Html Css Color HEX #33515E Arapawa

📋 copy color: '#33515E'

red 51 ◦ green 81 ◦ blue 94

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

Shades of Arapawa #33515E

Tints of Arapawa #33515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 22.57%
G = 35.84%
B = 41.59%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33515E (or 0x33515E) is known color: Arapawa. HEX triplet: 33, 51 and 5E. RGB value is (51,81,94). Sum of RGB (Red+Green+Blue) = 51+81+94=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #33515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515E is #CCAEA1. Grayscale: #494949. Windows color (decimal): -13414050 or 6181171. OLE color: 6181171.

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

Color convert

RGB 51 81 94 -
CMYK 0.46 0.14 0 0.63
HSL 198.14º 0.3% 0.28% -
HSV(B) 198.14º 0.46% 0.37% -
XYZ 6.33 7.4 11.68 -
YUV 73.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 51 81 94 0.46 0.14 0 0.63 198.14 0.3 0.28
Hex 33 51 5E 2E E 0 3F C6 1E 1C
Octal 63 121 136 56 16 0 77 306 36 34
Binary 110011 1010001 1011110 101110 1110 0 111111 11000110 11110 11100

Color Harmonies of #33515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33515E

Black with #33515E

Text Example


Text Example

White with #33515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33515E; }

 p { color: rgb(51,81,94); }

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

background-color css

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

 a { background-color: rgb(51,81,94); }

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

border-color css

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

 span { border-color: rgb(51,81,94); }

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