Html Css Color HEX #423557 Jacarta

📋 copy color: '#423557'

red 66 ◦ green 53 ◦ blue 87

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

Shades of Jacarta #423557

Tints of Jacarta #423557

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 32.04%
G = 25.73%
B = 42.23%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423557 (or 0x423557) is known color: Jacarta. HEX triplet: 42, 35 and 57. RGB value is (66,53,87). Sum of RGB (Red+Green+Blue) = 66+53+87=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #423557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423557 is #BDCAA8. Grayscale: #3C3C3C. Windows color (decimal): -12438185 or 5715266. OLE color: 5715266.

HSL color Cylindrical-coordinate representation of color #423557: hue angle of 262.94º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423557 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 53 87 -
CMYK 0.24 0.39 0 0.66
HSL 262.94º 0.24% 0.27% -
HSV(B) 262.94º 0.39% 0.34% -
XYZ 5.24 4.39 9.59 -
YUV 60.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 66 53 87 0.24 0.39 0 0.66 262.94 0.24 0.27
Hex 42 35 57 18 27 0 42 107 18 1B
Octal 102 65 127 30 47 0 102 407 30 33
Binary 1000010 110101 1010111 11000 100111 0 1000010 100000111 11000 11011

Color Harmonies of #423557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423557

Black with #423557

Text Example


Text Example

White with #423557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423557; }

 p { color: rgb(66,53,87); }

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

background-color css

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

 a { background-color: rgb(66,53,87); }

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

border-color css

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

 span { border-color: rgb(66,53,87); }

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