Html Css Color HEX #3C89B3 Curious Blue

📋 copy color: '#3C89B3'

red 60 ◦ green 137 ◦ blue 179

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

Shades of Curious Blue #3C89B3

Tints of Curious Blue #3C89B3

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 15.96%
G = 36.44%
B = 47.61%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C89B3 (or 0x3C89B3) is known color: Curious Blue. HEX triplet: 3C, 89 and B3. RGB value is (60,137,179). Sum of RGB (Red+Green+Blue) = 60+137+179=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C89B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C89B3 is #C3764C. Grayscale: #767676. Windows color (decimal): -12809805 or 11766076. OLE color: 11766076.

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

Color convert

RGB 60 137 179 -
CMYK 0.66 0.23 0 0.30
HSL 201.18º 0.5% 0.47% -
HSV(B) 201.18º 0.66% 0.7% -
XYZ 18.95 22.11 45.92 -
YUV 118.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 60 137 179 0.66 0.23 0 0.30 201.18 0.5 0.47
Hex 3C 89 B3 42 17 0 1E C9 32 2F
Octal 74 211 263 102 27 0 36 311 62 57
Binary 111100 10001001 10110011 1000010 10111 0 11110 11001001 110010 101111

Color Harmonies of #3C89B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C89B3

Black with #3C89B3

Text Example


Text Example

White with #3C89B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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