Html Css Color HEX #338B92 Blue Chill

📋 copy color: '#338B92'

red 51 ◦ green 139 ◦ blue 146

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

Shades of Blue Chill #338B92

Tints of Blue Chill #338B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 15.18%
G = 41.37%
B = 43.45%

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

#338B92 (or 0x338B92) is known color: Blue Chill. HEX triplet: 33, 8B and 92. RGB value is (51,139,146). Sum of RGB (Red+Green+Blue) = 51+139+146=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #338B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B92 is #CC746D. Grayscale: #717171. Windows color (decimal): -13399150 or 9603891. OLE color: 9603891.

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

Color convert

RGB 51 139 146 -
CMYK 0.65 0.05 0 0.43
HSL 184.42º 0.48% 0.39% -
HSV(B) 184.42º 0.65% 0.57% -
XYZ 15.79 21.24 30.46 -
YUV 113.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 51 139 146 0.65 0.05 0 0.43 184.42 0.48 0.39
Hex 33 8B 92 41 5 0 2B B8 30 27
Octal 63 213 222 101 5 0 53 270 60 47
Binary 110011 10001011 10010010 1000001 101 0 101011 10111000 110000 100111

Color Harmonies of #338B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B92

Black with #338B92

Text Example


Text Example

White with #338B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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