Html Css Color HEX #338983 Blue Chill

📋 copy color: '#338983'

red 51 ◦ green 137 ◦ blue 131

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

Shades of Blue Chill #338983

Tints of Blue Chill #338983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 15.99%
G = 42.95%
B = 41.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#338983 (or 0x338983) is known color: Blue Chill. HEX triplet: 33, 89 and 83. RGB value is (51,137,131). Sum of RGB (Red+Green+Blue) = 51+137+131=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #338983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338983 is #CC767C. Grayscale: #6E6E6E. Windows color (decimal): -13399677 or 8620339. OLE color: 8620339.

HSL color Cylindrical-coordinate representation of color #338983: hue angle of 175.81º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338983 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 131 -
CMYK 0.63 0 0.04 0.46
HSL 175.81º 0.46% 0.37% -
HSV(B) 175.81º 0.63% 0.54% -
XYZ 14.41 20.23 24.62 -
YUV 110.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 51 137 131 0.63 0 0.04 0.46 175.81 0.46 0.37
Hex 33 89 83 3F 0 4 2E B0 2E 25
Octal 63 211 203 77 0 4 56 260 56 45
Binary 110011 10001001 10000011 111111 0 100 101110 10110000 101110 100101

Color Harmonies of #338983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338983

Black with #338983

Text Example


Text Example

White with #338983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338983; }

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

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

background-color css

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

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

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

border-color css

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

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

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