Html Css Color HEX #423C59 Jacarta

📋 copy color: '#423C59'

red 66 ◦ green 60 ◦ blue 89

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

Shades of Jacarta #423C59

Tints of Jacarta #423C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.91%

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

R = 30.7%
G = 27.91%
B = 41.4%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423C59 (or 0x423C59) is known color: Jacarta. HEX triplet: 42, 3C and 59. RGB value is (66,60,89). Sum of RGB (Red+Green+Blue) = 66+60+89=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #423C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C59 is #BDC3A6. Grayscale: #404040. Windows color (decimal): -12436391 or 5848130. OLE color: 5848130.

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

Color convert

RGB 66 60 89 -
CMYK 0.26 0.33 0 0.65
HSL 252.41º 0.19% 0.29% -
HSV(B) 252.41º 0.33% 0.35% -
XYZ 5.67 5.11 10.14 -
YUV 65.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 66 60 89 0.26 0.33 0 0.65 252.41 0.19 0.29
Hex 42 3C 59 1A 21 0 41 FC 13 1D
Octal 102 74 131 32 41 0 101 374 23 35
Binary 1000010 111100 1011001 11010 100001 0 1000001 11111100 10011 11101

Color Harmonies of #423C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C59

Black with #423C59

Text Example


Text Example

White with #423C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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