Html Css Color HEX #338C92 Blue Chill

📋 copy color: '#338C92'

red 51 ◦ green 140 ◦ blue 146

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

Shades of Blue Chill #338C92

Tints of Blue Chill #338C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 15.13%
G = 41.54%
B = 43.32%

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

#338C92 (or 0x338C92) is known color: Blue Chill. HEX triplet: 33, 8C and 92. RGB value is (51,140,146). Sum of RGB (Red+Green+Blue) = 51+140+146=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #338C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338C92 is #CC736D. Grayscale: #717171. Windows color (decimal): -13398894 or 9604147. OLE color: 9604147.

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

Color convert

RGB 51 140 146 -
CMYK 0.65 0.04 0 0.43
HSL 183.79º 0.48% 0.39% -
HSV(B) 183.79º 0.65% 0.57% -
XYZ 15.93 21.54 30.51 -
YUV 114.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 51 140 146 0.65 0.04 0 0.43 183.79 0.48 0.39
Hex 33 8C 92 41 4 0 2B B8 30 27
Octal 63 214 222 101 4 0 53 270 60 47
Binary 110011 10001100 10010010 1000001 100 0 101011 10111000 110000 100111

Color Harmonies of #338C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338C92

Black with #338C92

Text Example


Text Example

White with #338C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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