Html Css Color HEX #338F91 Blue Chill

📋 copy color: '#338F91'

red 51 ◦ green 143 ◦ blue 145

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

Shades of Blue Chill #338F91

Tints of Blue Chill #338F91

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.18%

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

R = 15.04%
G = 42.18%
B = 42.77%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338F91 (or 0x338F91) is known color: Blue Chill. HEX triplet: 33, 8F and 91. RGB value is (51,143,145). Sum of RGB (Red+Green+Blue) = 51+143+145=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #338F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338F91 is #CC706E. Grayscale: #737373. Windows color (decimal): -13398127 or 9539379. OLE color: 9539379.

HSL color Cylindrical-coordinate representation of color #338F91: hue angle of 181.28º 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 #338F91 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 143 145 -
CMYK 0.65 0.01 0 0.43
HSL 181.28º 0.48% 0.38% -
HSV(B) 181.28º 0.65% 0.57% -
XYZ 16.3 22.39 30.25 -
YUV 115.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 51 143 145 0.65 0.01 0 0.43 181.28 0.48 0.38
Hex 33 8F 91 41 1 0 2B B5 30 26
Octal 63 217 221 101 1 0 53 265 60 46
Binary 110011 10001111 10010001 1000001 1 0 101011 10110101 110000 100110

Color Harmonies of #338F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338F91

Black with #338F91

Text Example


Text Example

White with #338F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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