#423453

Color #423453 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #423453

Tints of Jagger #423453

Color information

#423453 (or 0x423453) is unknown color: approx Jagger. HEX triplet: 42, 34 and 53. RGB value is (66,52,83). Sum of RGB (Red+Green+Blue) = 66+52+83=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #423453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423453 is #BDCBAC. Grayscale: #3B3B3B. Windows color (decimal): -12438445 or 5452866. OLE color: 5452866.

HSL color Cylindrical-coordinate representation of color #423453: hue angle of 267.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #423453 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB665283-
CMYK0.200.3700.67
HSL267.1º22.96%26.47%-
HSV(B)267.1º37.35%32.55%-
XYZ5.044.248.74-
YUV59.72141.14132.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=32.84%
G=25.87%
B=41.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6652830.200.3700.67267.122.9626.47
Hex423453142504310b171a
Octal10264123244501034132732
Binary1000010110100101001110100100101010000111000010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423453; }

 p { color: rgb(66,52,83); }

 H1.HeaderClassName
 {
   color: #423453;
 }
 .AnyTagClassName
 {
   color: #423453;
 }
</style>
background-color css

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

 a { background-color: rgb(66,52,83); }

 div.DivClassName
 {
   background-color: #423453;
 }
 .BgClassName
 {
   background-color: #423453;
 }
</style>
border-color css

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

 span { border-color: rgb(66,52,83); }

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