#423363

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

Shades of Jacarta #423363

Tints of Jacarta #423363

Color information

#423363 (or 0x423363) is unknown color: approx Jacarta. HEX triplet: 42, 33 and 63. RGB value is (66,51,99). Sum of RGB (Red+Green+Blue) = 66+51+99=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #423363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423363 is #BDCC9C. Grayscale: #3C3C3C. Windows color (decimal): -12438685 or 6501186. OLE color: 6501186.

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

Color convert

RGB665199-
CMYK0.330.4800.61
HSL258.75º32%29.41%-
HSV(B)258.75º48.48%38.82%-
XYZ5.684.4312.36-
YUV60.96149.47131.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=30.56%
G=23.61%
B=45.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6651990.330.4800.61258.753229.41
Hex423363213003D103201d
Octal1026314341600754034035
Binary10000101100111100011100001110000011110110000001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423363; }

 p { color: rgb(66,51,99); }

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

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

 a { background-color: rgb(66,51,99); }

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

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

 span { border-color: rgb(66,51,99); }

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