Html Css Color HEX #33838A Blue Chill

📋 copy color: '#33838A'

red 51 ◦ green 131 ◦ blue 138

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

Shades of Blue Chill #33838A

Tints of Blue Chill #33838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 15.94%
G = 40.94%
B = 43.13%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33838A (or 0x33838A) is known color: Blue Chill. HEX triplet: 33, 83 and 8A. RGB value is (51,131,138). Sum of RGB (Red+Green+Blue) = 51+131+138=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #33838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33838A is #CC7C75. Grayscale: #6B6B6B. Windows color (decimal): -13401206 or 9077555. OLE color: 9077555.

HSL color Cylindrical-coordinate representation of color #33838A: hue angle of 184.83º 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 #33838A is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 131 138 -
CMYK 0.63 0.05 0 0.46
HSL 184.83º 0.46% 0.37% -
HSV(B) 184.83º 0.63% 0.54% -
XYZ 14.07 18.77 26.93 -
YUV 107.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 51 131 138 0.63 0.05 0 0.46 184.83 0.46 0.37
Hex 33 83 8A 3F 5 0 2E B9 2E 25
Octal 63 203 212 77 5 0 56 271 56 45
Binary 110011 10000011 10001010 111111 101 0 101110 10111001 101110 100101

Color Harmonies of #33838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33838A

Black with #33838A

Text Example


Text Example

White with #33838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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