Html Css Color HEX #338A91 Blue Chill

📋 copy color: '#338A91'

red 51 ◦ green 138 ◦ blue 145

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

Shades of Blue Chill #338A91

Tints of Blue Chill #338A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

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

R = 15.27%
G = 41.32%
B = 43.41%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338A91 (or 0x338A91) is known color: Blue Chill. HEX triplet: 33, 8A and 91. RGB value is (51,138,145). Sum of RGB (Red+Green+Blue) = 51+138+145=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #338A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A91 is #CC756E. Grayscale: #707070. Windows color (decimal): -13399407 or 9538099. OLE color: 9538099.

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

Color convert

RGB 51 138 145 -
CMYK 0.65 0.05 0 0.43
HSL 184.47º 0.48% 0.38% -
HSV(B) 184.47º 0.65% 0.57% -
XYZ 15.56 20.93 30.01 -
YUV 112.79 146.18 83.93 -
System Red Green Blue C M Y K H S L
Decimal 51 138 145 0.65 0.05 0 0.43 184.47 0.48 0.38
Hex 33 8A 91 41 5 0 2B B8 30 26
Octal 63 212 221 101 5 0 53 270 60 46
Binary 110011 10001010 10010001 1000001 101 0 101011 10111000 110000 100110

Color Harmonies of #338A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A91

Black with #338A91

Text Example


Text Example

White with #338A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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