Html Css Color HEX #33505D Arapawa

📋 copy color: '#33505D'

red 51 ◦ green 80 ◦ blue 93

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

Shades of Arapawa #33505D

Tints of Arapawa #33505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 22.77%
G = 35.71%
B = 41.52%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33505D (or 0x33505D) is known color: Arapawa. HEX triplet: 33, 50 and 5D. RGB value is (51,80,93). Sum of RGB (Red+Green+Blue) = 51+80+93=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #33505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33505D is #CCAFA2. Grayscale: #484848. Windows color (decimal): -13414307 or 6115379. OLE color: 6115379.

HSL color Cylindrical-coordinate representation of color #33505D: hue angle of 198.57º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33505D is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 80 93 -
CMYK 0.45 0.14 0 0.64
HSL 198.57º 0.29% 0.28% -
HSV(B) 198.57º 0.45% 0.36% -
XYZ 6.21 7.23 11.42 -
YUV 72.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 51 80 93 0.45 0.14 0 0.64 198.57 0.29 0.28
Hex 33 50 5D 2D E 0 40 C7 1D 1C
Octal 63 120 135 55 16 0 100 307 35 34
Binary 110011 1010000 1011101 101101 1110 0 1000000 11000111 11101 11100

Color Harmonies of #33505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33505D

Black with #33505D

Text Example


Text Example

White with #33505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33505D; }

 p { color: rgb(51,80,93); }

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

background-color css

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

 a { background-color: rgb(51,80,93); }

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

border-color css

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

 span { border-color: rgb(51,80,93); }

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