#3c8cda

Color #3C8CDA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3C8CDA

Tints of Curious Blue #3C8CDA

Color information

#3C8CDA (or 0x3C8CDA) is unknown color: approx Curious Blue. HEX triplet: 3C, 8C and DA. RGB value is (60,140,218). Sum of RGB (Red+Green+Blue) = 60+140+218=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C8CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CDA is #C37325. Grayscale: #7C7C7C. Windows color (decimal): -12808998 or 14322748. OLE color: 14322748.

HSL color Cylindrical-coordinate representation of color #3C8CDA: hue angle of 209.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C8CDA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60140218-
CMYK0.720.3600.15
HSL209.62º68.1%54.51%-
HSV(B)209.62º72.48%85.49%-
XYZ23.924.7869.85-
YUV124.97180.581.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 14.35%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=14.35%
G=33.49%
B=52.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal601402180.720.3600.15209.6268.154.51
Hex3C8CDA48240Fd24437
Octal742143321104401732210467
Binary1111001000110011011010100100010010001111110100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c8cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c8cda; }

 p { color: rgb(60,140,218); }

 H1.HeaderClassName
 {
   color: #3c8cda;
 }
 .AnyTagClassName
 {
   color: #3c8cda;
 }
</style>
background-color css

<style>
 a { background-color: #3c8cda; }

 a { background-color: rgb(60,140,218); }

 div.DivClassName
 {
   background-color: #3c8cda;
 }
 .BgClassName
 {
   background-color: #3c8cda;
 }
</style>
border-color css

<style>
 span { border-color: #3c8cda; }

 span { border-color: rgb(60,140,218); }

 td.TdClassName
 {
   border-color: #3c8cda;
 }
 .TagClassName
 {
   border-color: #3c8cda;
 }
</style>