Html Css Color HEX #33475D Cello

📋 copy color: '#33475D'

red 51 ◦ green 71 ◦ blue 93

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

Shades of Cello #33475D

Tints of Cello #33475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 23.72%
G = 33.02%
B = 43.26%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33475D (or 0x33475D) is known color: Cello. HEX triplet: 33, 47 and 5D. RGB value is (51,71,93). Sum of RGB (Red+Green+Blue) = 51+71+93=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #33475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33475D is #CCB8A2. Grayscale: #434343. Windows color (decimal): -13416611 or 6113075. OLE color: 6113075.

HSL color Cylindrical-coordinate representation of color #33475D: hue angle of 211.43º 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 #33475D is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 71 93 -
CMYK 0.45 0.24 0 0.64
HSL 211.43º 0.29% 0.28% -
HSV(B) 211.43º 0.45% 0.36% -
XYZ 5.59 6 11.22 -
YUV 67.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 51 71 93 0.45 0.24 0 0.64 211.43 0.29 0.28
Hex 33 47 5D 2D 18 0 40 D3 1D 1C
Octal 63 107 135 55 30 0 100 323 35 34
Binary 110011 1000111 1011101 101101 11000 0 1000000 11010011 11101 11100

Color Harmonies of #33475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33475D

Black with #33475D

Text Example


Text Example

White with #33475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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