Html Css Color HEX #3C87BE Curious Blue

📋 copy color: '#3C87BE'

red 60 ◦ green 135 ◦ blue 190

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

Shades of Curious Blue #3C87BE

Tints of Curious Blue #3C87BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 15.58%
G = 35.06%
B = 49.35%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C87BE (or 0x3C87BE) is known color: Curious Blue. HEX triplet: 3C, 87 and BE. RGB value is (60,135,190). Sum of RGB (Red+Green+Blue) = 60+135+190=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C87BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C87BE is #C37841. Grayscale: #767676. Windows color (decimal): -12810306 or 12486460. OLE color: 12486460.

HSL color Cylindrical-coordinate representation of color #3C87BE: hue angle of 205.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C87BE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 135 190 -
CMYK 0.68 0.29 0 0.25
HSL 205.38º 0.52% 0.49% -
HSV(B) 205.38º 0.68% 0.75% -
XYZ 19.82 22.01 51.92 -
YUV 118.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 60 135 190 0.68 0.29 0 0.25 205.38 0.52 0.49
Hex 3C 87 BE 44 1D 0 19 CD 34 31
Octal 74 207 276 104 35 0 31 315 64 61
Binary 111100 10000111 10111110 1000100 11101 0 11001 11001101 110100 110001

Color Harmonies of #3C87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C87BE

Black with #3C87BE

Text Example


Text Example

White with #3C87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,135,190); }

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

background-color css

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

 a { background-color: rgb(60,135,190); }

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

border-color css

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

 span { border-color: rgb(60,135,190); }

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