Html Css Color HEX #423D59 Jacarta

📋 copy color: '#423D59'

red 66 ◦ green 61 ◦ blue 89

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

Shades of Jacarta #423D59

Tints of Jacarta #423D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.24%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 30.56%
G = 28.24%
B = 41.2%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423D59 (or 0x423D59) is known color: Jacarta. HEX triplet: 42, 3D and 59. RGB value is (66,61,89). Sum of RGB (Red+Green+Blue) = 66+61+89=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #423D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D59 is #BDC2A6. Grayscale: #414141. Windows color (decimal): -12436135 or 5848386. OLE color: 5848386.

HSL color Cylindrical-coordinate representation of color #423D59: hue angle of 250.71º degrees, saturation: 0.19, 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 #423D59 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 61 89 -
CMYK 0.26 0.31 0 0.65
HSL 250.71º 0.19% 0.29% -
HSV(B) 250.71º 0.31% 0.35% -
XYZ 5.72 5.22 10.16 -
YUV 65.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 66 61 89 0.26 0.31 0 0.65 250.71 0.19 0.29
Hex 42 3D 59 1A 1F 0 41 FB 13 1D
Octal 102 75 131 32 37 0 101 373 23 35
Binary 1000010 111101 1011001 11010 11111 0 1000001 11111011 10011 11101

Color Harmonies of #423D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D59

Black with #423D59

Text Example


Text Example

White with #423D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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