Html Css Color HEX #3C88BE Curious Blue

📋 copy color: '#3C88BE'

red 60 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #3C88BE

Tints of Curious Blue #3C88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 15.54%
G = 35.23%
B = 49.22%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C88BE (or 0x3C88BE) is known color: Curious Blue. HEX triplet: 3C, 88 and BE. RGB value is (60,136,190). Sum of RGB (Red+Green+Blue) = 60+136+190=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C88BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C88BE is #C37741. Grayscale: #777777. Windows color (decimal): -12810050 or 12486716. OLE color: 12486716.

HSL color Cylindrical-coordinate representation of color #3C88BE: hue angle of 204.92º 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 #3C88BE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 136 190 -
CMYK 0.68 0.28 0 0.25
HSL 204.92º 0.52% 0.49% -
HSV(B) 204.92º 0.68% 0.75% -
XYZ 19.96 22.29 51.96 -
YUV 119.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 60 136 190 0.68 0.28 0 0.25 204.92 0.52 0.49
Hex 3C 88 BE 44 1C 0 19 CD 34 31
Octal 74 210 276 104 34 0 31 315 64 61
Binary 111100 10001000 10111110 1000100 11100 0 11001 11001101 110100 110001

Color Harmonies of #3C88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C88BE

Black with #3C88BE

Text Example


Text Example

White with #3C88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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