Html Css Color HEX #455A84 Chambray

📋 copy color: '#455A84'

red 69 ◦ green 90 ◦ blue 132

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

Shades of Chambray #455A84

Tints of Chambray #455A84

RGB

 RED value IS 69 (27.34% from 255) = 23.71%

 GREEN value IS 90 (35.55% from 255) = 30.93%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 23.71%
G = 30.93%
B = 45.36%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#455A84 (or 0x455A84) is known color: Chambray. HEX triplet: 45, 5A and 84. RGB value is (69,90,132). Sum of RGB (Red+Green+Blue) = 69+90+132=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #455A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A84 is #BAA57B. Grayscale: #585858. Windows color (decimal): -12232060 or 8673861. OLE color: 8673861.

HSL color Cylindrical-coordinate representation of color #455A84: hue angle of 220º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455A84 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 90 132 -
CMYK 0.48 0.32 0 0.48
HSL 220º 0.31% 0.39% -
HSV(B) 220º 0.48% 0.52% -
XYZ 10.28 10.24 23.27 -
YUV 88.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 69 90 132 0.48 0.32 0 0.48 220 0.31 0.39
Hex 45 5A 84 30 20 0 30 DC 1F 27
Octal 105 132 204 60 40 0 60 334 37 47
Binary 1000101 1011010 10000100 110000 100000 0 110000 11011100 11111 100111

Color Harmonies of #455A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A84

Black with #455A84

Text Example


Text Example

White with #455A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455A84; }

 p { color: rgb(69,90,132); }

 H1.HeaderClassName
 {
   color: #455A84;
 }
 .AnyTagClassName
 {
   color: #455A84;
 }
</style>

background-color css

<style>
 a { background-color: #455A84; }

 a { background-color: rgb(69,90,132); }

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

border-color css

<style>
 span { border-color: #455A84; }

 span { border-color: rgb(69,90,132); }

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