Html Css Color HEX #423C57 Jacarta

📋 copy color: '#423C57'

red 66 ◦ green 60 ◦ blue 87

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

Shades of Jacarta #423C57

Tints of Jacarta #423C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 30.99%
G = 28.17%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423C57 (or 0x423C57) is known color: Jacarta. HEX triplet: 42, 3C and 57. RGB value is (66,60,87). Sum of RGB (Red+Green+Blue) = 66+60+87=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #423C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C57 is #BDC3A8. Grayscale: #404040. Windows color (decimal): -12436393 or 5717058. OLE color: 5717058.

HSL color Cylindrical-coordinate representation of color #423C57: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423C57 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 60 87 -
CMYK 0.24 0.31 0 0.66
HSL 253.33º 0.18% 0.29% -
HSV(B) 253.33º 0.31% 0.34% -
XYZ 5.58 5.08 9.7 -
YUV 64.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 66 60 87 0.24 0.31 0 0.66 253.33 0.18 0.29
Hex 42 3C 57 18 1F 0 42 FD 12 1D
Octal 102 74 127 30 37 0 102 375 22 35
Binary 1000010 111100 1010111 11000 11111 0 1000010 11111101 10010 11101

Color Harmonies of #423C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C57

Black with #423C57

Text Example


Text Example

White with #423C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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