Html Css Color HEX #423758 Jacarta

📋 copy color: '#423758'

red 66 ◦ green 55 ◦ blue 88

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

Shades of Jacarta #423758

Tints of Jacarta #423758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423758 (or 0x423758) is known color: Jacarta. HEX triplet: 42, 37 and 58. RGB value is (66,55,88). Sum of RGB (Red+Green+Blue) = 66+55+88=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #423758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423758 is #BDC8A7. Grayscale: #3D3D3D. Windows color (decimal): -12437672 or 5781314. OLE color: 5781314.

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

Color convert

RGB 66 55 88 -
CMYK 0.25 0.38 0 0.65
HSL 260º 0.23% 0.28% -
HSV(B) 260º 0.38% 0.35% -
XYZ 5.37 4.6 9.84 -
YUV 62.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 66 55 88 0.25 0.38 0 0.65 260 0.23 0.28
Hex 42 37 58 19 26 0 41 104 17 1C
Octal 102 67 130 31 46 0 101 404 27 34
Binary 1000010 110111 1011000 11001 100110 0 1000001 100000100 10111 11100

Color Harmonies of #423758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423758

Black with #423758

Text Example


Text Example

White with #423758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423758; }

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

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

background-color css

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

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

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

border-color css

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

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

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