Html Css Color HEX #33838C Blue Chill

📋 copy color: '#33838C'

red 51 ◦ green 131 ◦ blue 140

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

Shades of Blue Chill #33838C

Tints of Blue Chill #33838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 15.84%
G = 40.68%
B = 43.48%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33838C (or 0x33838C) is known color: Blue Chill. HEX triplet: 33, 83 and 8C. RGB value is (51,131,140). Sum of RGB (Red+Green+Blue) = 51+131+140=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #33838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33838C is #CC7C73. Grayscale: #6B6B6B. Windows color (decimal): -13401204 or 9208627. OLE color: 9208627.

HSL color Cylindrical-coordinate representation of color #33838C: hue angle of 186.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33838C is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 131 140 -
CMYK 0.64 0.06 0 0.45
HSL 186.07º 0.47% 0.37% -
HSV(B) 186.07º 0.64% 0.55% -
XYZ 14.22 18.83 27.7 -
YUV 108.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 51 131 140 0.64 0.06 0 0.45 186.07 0.47 0.37
Hex 33 83 8C 40 6 0 2D BA 2F 25
Octal 63 203 214 100 6 0 55 272 57 45
Binary 110011 10000011 10001100 1000000 110 0 101101 10111010 101111 100101

Color Harmonies of #33838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33838C

Black with #33838C

Text Example


Text Example

White with #33838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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