Html Css Color HEX #33958F Blue Chill

📋 copy color: '#33958F'

red 51 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #33958F

Tints of Blue Chill #33958F

RGB

 RED value IS 51 (20.31% from 255) = 14.87%

 GREEN value IS 149 (58.59% from 255) = 43.44%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 14.87%
G = 43.44%
B = 41.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#33958F (or 0x33958F) is known color: Blue Chill. HEX triplet: 33, 95 and 8F. RGB value is (51,149,143). Sum of RGB (Red+Green+Blue) = 51+149+143=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #33958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33958F is #CC6A70. Grayscale: #767676. Windows color (decimal): -13396593 or 9409843. OLE color: 9409843.

HSL color Cylindrical-coordinate representation of color #33958F: hue angle of 176.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33958F is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 149 143 -
CMYK 0.66 0 0.04 0.42
HSL 176.33º 0.49% 0.39% -
HSV(B) 176.33º 0.66% 0.58% -
XYZ 17.07 24.18 29.75 -
YUV 119.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 51 149 143 0.66 0 0.04 0.42 176.33 0.49 0.39
Hex 33 95 8F 42 0 4 2A B0 31 27
Octal 63 225 217 102 0 4 52 260 61 47
Binary 110011 10010101 10001111 1000010 0 100 101010 10110000 110001 100111

Color Harmonies of #33958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33958F

Black with #33958F

Text Example


Text Example

White with #33958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33958F; }

 p { color: rgb(51,149,143); }

 H1.HeaderClassName
 {
   color: #33958F;
 }
 .AnyTagClassName
 {
   color: #33958F;
 }
</style>

background-color css

<style>
 a { background-color: #33958F; }

 a { background-color: rgb(51,149,143); }

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

border-color css

<style>
 span { border-color: #33958F; }

 span { border-color: rgb(51,149,143); }

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