Html Css Color HEX #3C88B3 Curious Blue

📋 copy color: '#3C88B3'

red 60 ◦ green 136 ◦ blue 179

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

Shades of Curious Blue #3C88B3

Tints of Curious Blue #3C88B3

RGB

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

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

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

R = 16%
G = 36.27%
B = 47.73%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C88B3 (or 0x3C88B3) is known color: Curious Blue. HEX triplet: 3C, 88 and B3. RGB value is (60,136,179). Sum of RGB (Red+Green+Blue) = 60+136+179=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C88B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C88B3 is #C3774C. Grayscale: #757575. Windows color (decimal): -12810061 or 11765820. OLE color: 11765820.

HSL color Cylindrical-coordinate representation of color #3C88B3: hue angle of 201.68º 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 #3C88B3 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 136 179 -
CMYK 0.66 0.24 0 0.30
HSL 201.68º 0.5% 0.47% -
HSV(B) 201.68º 0.66% 0.7% -
XYZ 18.8 21.82 45.87 -
YUV 118.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 60 136 179 0.66 0.24 0 0.30 201.68 0.5 0.47
Hex 3C 88 B3 42 18 0 1E CA 32 2F
Octal 74 210 263 102 30 0 36 312 62 57
Binary 111100 10001000 10110011 1000010 11000 0 11110 11001010 110010 101111

Color Harmonies of #3C88B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C88B3

Black with #3C88B3

Text Example


Text Example

White with #3C88B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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