Html Css Color HEX #3C99C0 Curious Blue

📋 copy color: '#3C99C0'

red 60 ◦ green 153 ◦ blue 192

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

Shades of Curious Blue #3C99C0

Tints of Curious Blue #3C99C0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 14.81%
G = 37.78%
B = 47.41%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C99C0 (or 0x3C99C0) is known color: Curious Blue. HEX triplet: 3C, 99 and C0. RGB value is (60,153,192). Sum of RGB (Red+Green+Blue) = 60+153+192=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C99C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C99C0 is #C3663F. Grayscale: #818181. Windows color (decimal): -12805696 or 12622140. OLE color: 12622140.

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

Color convert

RGB 60 153 192 -
CMYK 0.69 0.20 0 0.25
HSL 197.73º 0.52% 0.49% -
HSV(B) 197.73º 0.69% 0.75% -
XYZ 22.77 27.55 53.99 -
YUV 129.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 60 153 192 0.69 0.20 0 0.25 197.73 0.52 0.49
Hex 3C 99 C0 45 14 0 19 C6 34 31
Octal 74 231 300 105 24 0 31 306 64 61
Binary 111100 10011001 11000000 1000101 10100 0 11001 11000110 110100 110001

Color Harmonies of #3C99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99C0

Black with #3C99C0

Text Example


Text Example

White with #3C99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,153,192); }

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

background-color css

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

 a { background-color: rgb(60,153,192); }

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

border-color css

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

 span { border-color: rgb(60,153,192); }

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