Html Css Color HEX #33475A Cello

📋 copy color: '#33475A'

red 51 ◦ green 71 ◦ blue 90

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

Shades of Cello #33475A

Tints of Cello #33475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 24.06%
G = 33.49%
B = 42.45%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33475A (or 0x33475A) is known color: Cello. HEX triplet: 33, 47 and 5A. RGB value is (51,71,90). Sum of RGB (Red+Green+Blue) = 51+71+90=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #33475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33475A is #CCB8A5. Grayscale: #434343. Windows color (decimal): -13416614 or 5916467. OLE color: 5916467.

HSL color Cylindrical-coordinate representation of color #33475A: hue angle of 209.23º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33475A is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 71 90 -
CMYK 0.43 0.21 0 0.65
HSL 209.23º 0.28% 0.28% -
HSV(B) 209.23º 0.43% 0.35% -
XYZ 5.46 5.95 10.53 -
YUV 67.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 51 71 90 0.43 0.21 0 0.65 209.23 0.28 0.28
Hex 33 47 5A 2B 15 0 41 D1 1C 1C
Octal 63 107 132 53 25 0 101 321 34 34
Binary 110011 1000111 1011010 101011 10101 0 1000001 11010001 11100 11100

Color Harmonies of #33475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33475A

Black with #33475A

Text Example


Text Example

White with #33475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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