Html Css Color HEX #423858 Jacarta

📋 copy color: '#423858'

red 66 ◦ green 56 ◦ blue 88

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

Shades of Jacarta #423858

Tints of Jacarta #423858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 31.43%
G = 26.67%
B = 41.9%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423858 (or 0x423858) is known color: Jacarta. HEX triplet: 42, 38 and 58. RGB value is (66,56,88). Sum of RGB (Red+Green+Blue) = 66+56+88=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #423858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423858 is #BDC7A7. Grayscale: #3E3E3E. Windows color (decimal): -12437416 or 5781570. OLE color: 5781570.

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

Color convert

RGB 66 56 88 -
CMYK 0.25 0.36 0 0.65
HSL 258.75º 0.22% 0.28% -
HSV(B) 258.75º 0.36% 0.35% -
XYZ 5.42 4.69 9.85 -
YUV 62.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 66 56 88 0.25 0.36 0 0.65 258.75 0.22 0.28
Hex 42 38 58 19 24 0 41 103 16 1C
Octal 102 70 130 31 44 0 101 403 26 34
Binary 1000010 111000 1011000 11001 100100 0 1000001 100000011 10110 11100

Color Harmonies of #423858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423858

Black with #423858

Text Example


Text Example

White with #423858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423858; }

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

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

background-color css

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

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

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

border-color css

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

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

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