Html Css Color HEX #423459 Jacarta

📋 copy color: '#423459'

red 66 ◦ green 52 ◦ blue 89

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

Shades of Jacarta #423459

Tints of Jacarta #423459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 31.88%
G = 25.12%
B = 43%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423459 (or 0x423459) is known color: Jacarta. HEX triplet: 42, 34 and 59. RGB value is (66,52,89). Sum of RGB (Red+Green+Blue) = 66+52+89=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #423459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423459 is #BDCBA6. Grayscale: #3C3C3C. Windows color (decimal): -12438439 or 5846082. OLE color: 5846082.

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

Color convert

RGB 66 52 89 -
CMYK 0.26 0.42 0 0.65
HSL 262.7º 0.26% 0.28% -
HSV(B) 262.7º 0.42% 0.35% -
XYZ 5.28 4.34 10.01 -
YUV 60.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 66 52 89 0.26 0.42 0 0.65 262.7 0.26 0.28
Hex 42 34 59 1A 2A 0 41 107 1A 1C
Octal 102 64 131 32 52 0 101 407 32 34
Binary 1000010 110100 1011001 11010 101010 0 1000001 100000111 11010 11100

Color Harmonies of #423459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423459

Black with #423459

Text Example


Text Example

White with #423459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423459; }

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

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

background-color css

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

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

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

border-color css

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

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

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