Html Css Color HEX #338992 Blue Chill

📋 copy color: '#338992'

red 51 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #338992

Tints of Blue Chill #338992

RGB

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

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

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

R = 15.27%
G = 41.02%
B = 43.71%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338992 (or 0x338992) is known color: Blue Chill. HEX triplet: 33, 89 and 92. RGB value is (51,137,146). Sum of RGB (Red+Green+Blue) = 51+137+146=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #338992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338992 is #CC766D. Grayscale: #707070. Windows color (decimal): -13399662 or 9603379. OLE color: 9603379.

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

Color convert

RGB 51 137 146 -
CMYK 0.65 0.06 0 0.43
HSL 185.68º 0.48% 0.39% -
HSV(B) 185.68º 0.65% 0.57% -
XYZ 15.5 20.67 30.37 -
YUV 112.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 51 137 146 0.65 0.06 0 0.43 185.68 0.48 0.39
Hex 33 89 92 41 6 0 2B BA 30 27
Octal 63 211 222 101 6 0 53 272 60 47
Binary 110011 10001001 10010010 1000001 110 0 101011 10111010 110000 100111

Color Harmonies of #338992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338992

Black with #338992

Text Example


Text Example

White with #338992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338992; }

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

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

background-color css

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

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

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

border-color css

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

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

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