#423D58

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

Shades of Jacarta #423D58

Tints of Jacarta #423D58

Color information

#423D58 (or 0x423D58) is unknown color: approx Jacarta. HEX triplet: 42, 3D and 58. RGB value is (66,61,88). Sum of RGB (Red+Green+Blue) = 66+61+88=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #423D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D58 is #BDC2A7. Grayscale: #414141. Windows color (decimal): -12436136 or 5782850. OLE color: 5782850.

HSL color Cylindrical-coordinate representation of color #423D58: hue angle of 251.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423D58 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666188-
CMYK0.250.3100.65
HSL251.11º18.12%29.22%-
HSV(B)251.11º30.68%34.51%-
XYZ5.685.29.94-
YUV65.57140.66128.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=30.70%
G=28.37%
B=40.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6661880.250.3100.65251.1118.1229.22
Hex423D58191F041fb121d
Octal10275130313701013732235
Binary10000101111011011000110011111101000001111110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D58; }

 p { color: rgb(66,61,88); }

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

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

 a { background-color: rgb(66,61,88); }

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

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

 span { border-color: rgb(66,61,88); }

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