Html Css Color HEX #3C89CC Curious Blue

📋 copy color: '#3C89CC'

red 60 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #3C89CC

Tints of Curious Blue #3C89CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 14.96%
G = 34.16%
B = 50.87%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C89CC (or 0x3C89CC) is known color: Curious Blue. HEX triplet: 3C, 89 and CC. RGB value is (60,137,204). Sum of RGB (Red+Green+Blue) = 60+137+204=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C89CC is #C37633. Grayscale: #797979. Windows color (decimal): -12809780 or 13404476. OLE color: 13404476.

HSL color Cylindrical-coordinate representation of color #3C89CC: hue angle of 207.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C89CC is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 137 204 -
CMYK 0.71 0.33 0 0.2
HSL 207.92º 0.59% 0.52% -
HSV(B) 207.92º 0.71% 0.8% -
XYZ 21.71 23.21 60.46 -
YUV 121.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 60 137 204 0.71 0.33 0 0.2 207.92 0.59 0.52
Hex 3C 89 CC 47 21 0 14 D0 3B 34
Octal 74 211 314 107 41 0 24 320 73 64
Binary 111100 10001001 11001100 1000111 100001 0 10100 11010000 111011 110100

Color Harmonies of #3C89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C89CC

Black with #3C89CC

Text Example


Text Example

White with #3C89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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