Html Css Color HEX #338B91 Blue Chill

📋 copy color: '#338B91'

red 51 ◦ green 139 ◦ blue 145

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

Shades of Blue Chill #338B91

Tints of Blue Chill #338B91

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.49%

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 15.22%
G = 41.49%
B = 43.28%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338B91 (or 0x338B91) is known color: Blue Chill. HEX triplet: 33, 8B and 91. RGB value is (51,139,145). Sum of RGB (Red+Green+Blue) = 51+139+145=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #338B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B91 is #CC746E. Grayscale: #717171. Windows color (decimal): -13399151 or 9538355. OLE color: 9538355.

HSL color Cylindrical-coordinate representation of color #338B91: hue angle of 183.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338B91 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 139 145 -
CMYK 0.65 0.04 0 0.43
HSL 183.83º 0.48% 0.38% -
HSV(B) 183.83º 0.65% 0.57% -
XYZ 15.71 21.21 30.05 -
YUV 113.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 51 139 145 0.65 0.04 0 0.43 183.83 0.48 0.38
Hex 33 8B 91 41 4 0 2B B8 30 26
Octal 63 213 221 101 4 0 53 270 60 46
Binary 110011 10001011 10010001 1000001 100 0 101011 10111000 110000 100110

Color Harmonies of #338B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B91

Black with #338B91

Text Example


Text Example

White with #338B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B91; }

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

 H1.HeaderClassName
 {
   color: #338B91;
 }
 .AnyTagClassName
 {
   color: #338B91;
 }
</style>

background-color css

<style>
 a { background-color: #338B91; }

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

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

border-color css

<style>
 span { border-color: #338B91; }

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

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