Html Css Color HEX #3C85B3 Curious Blue

📋 copy color: '#3C85B3'

red 60 ◦ green 133 ◦ blue 179

#3C85B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3C85B3

Tints of Curious Blue #3C85B3

RGB

 RED value IS 60 (23.83% from 255) = 16.13%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 16.13%
G = 35.75%
B = 48.12%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C85B3 (or 0x3C85B3) is known color: Curious Blue. HEX triplet: 3C, 85 and B3. RGB value is (60,133,179). Sum of RGB (Red+Green+Blue) = 60+133+179=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C85B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C85B3 is #C37A4C. Grayscale: #747474. Windows color (decimal): -12810829 or 11765052. OLE color: 11765052.

HSL color Cylindrical-coordinate representation of color #3C85B3: hue angle of 203.19º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C85B3 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 133 179 -
CMYK 0.66 0.26 0 0.30
HSL 203.19º 0.5% 0.47% -
HSV(B) 203.19º 0.66% 0.7% -
XYZ 18.39 20.99 45.73 -
YUV 116.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 60 133 179 0.66 0.26 0 0.30 203.19 0.5 0.47
Hex 3C 85 B3 42 1A 0 1E CB 32 2F
Octal 74 205 263 102 32 0 36 313 62 57
Binary 111100 10000101 10110011 1000010 11010 0 11110 11001011 110010 101111

Color Harmonies of #3C85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C85B3

Black with #3C85B3

Text Example


Text Example

White with #3C85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,179); }

 H1.HeaderClassName
 {
   color: #3C85B3;
 }
 .AnyTagClassName
 {
   color: #3C85B3;
 }
</style>

background-color css

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

 a { background-color: rgb(60,133,179); }

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

border-color css

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

 span { border-color: rgb(60,133,179); }

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