Html Css Color HEX #33898B Blue Chill

📋 copy color: '#33898B'

red 51 ◦ green 137 ◦ blue 139

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

Shades of Blue Chill #33898B

Tints of Blue Chill #33898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 15.6%
G = 41.9%
B = 42.51%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33898B (or 0x33898B) is known color: Blue Chill. HEX triplet: 33, 89 and 8B. RGB value is (51,137,139). Sum of RGB (Red+Green+Blue) = 51+137+139=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #33898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33898B is #CC7674. Grayscale: #6F6F6F. Windows color (decimal): -13399669 or 9144627. OLE color: 9144627.

HSL color Cylindrical-coordinate representation of color #33898B: hue angle of 181.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33898B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 137 139 -
CMYK 0.63 0.01 0 0.45
HSL 181.36º 0.46% 0.37% -
HSV(B) 181.36º 0.63% 0.55% -
XYZ 14.97 20.46 27.59 -
YUV 111.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 51 137 139 0.63 0.01 0 0.45 181.36 0.46 0.37
Hex 33 89 8B 3F 1 0 2D B5 2E 25
Octal 63 211 213 77 1 0 55 265 56 45
Binary 110011 10001001 10001011 111111 1 0 101101 10110101 101110 100101

Color Harmonies of #33898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33898B

Black with #33898B

Text Example


Text Example

White with #33898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33898B; }

 p { color: rgb(51,137,139); }

 H1.HeaderClassName
 {
   color: #33898B;
 }
 .AnyTagClassName
 {
   color: #33898B;
 }
</style>

background-color css

<style>
 a { background-color: #33898B; }

 a { background-color: rgb(51,137,139); }

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

border-color css

<style>
 span { border-color: #33898B; }

 span { border-color: rgb(51,137,139); }

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