Html Css Color HEX #3CA299 Blue Chill

📋 copy color: '#3CA299'

red 60 ◦ green 162 ◦ blue 153

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

Shades of Blue Chill #3CA299

Tints of Blue Chill #3CA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 16%
G = 43.2%
B = 40.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#3CA299 (or 0x3CA299) is known color: Blue Chill. HEX triplet: 3C, A2 and 99. RGB value is (60,162,153). Sum of RGB (Red+Green+Blue) = 60+162+153=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA299 is #C35D66. Grayscale: #828282. Windows color (decimal): -12803431 or 10068540. OLE color: 10068540.

HSL color Cylindrical-coordinate representation of color #3CA299: hue angle of 174.71º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA299 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 153 -
CMYK 0.63 0 0.06 0.36
HSL 174.71º 0.46% 0.44% -
HSV(B) 174.71º 0.63% 0.64% -
XYZ 20.53 29.1 34.67 -
YUV 130.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 60 162 153 0.63 0 0.06 0.36 174.71 0.46 0.44
Hex 3C A2 99 3F 0 6 24 AF 2E 2C
Octal 74 242 231 77 0 6 44 257 56 54
Binary 111100 10100010 10011001 111111 0 110 100100 10101111 101110 101100

Color Harmonies of #3CA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA299

Black with #3CA299

Text Example


Text Example

White with #3CA299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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