Html Css Color HEX #423357 Jacarta

📋 copy color: '#423357'

red 66 ◦ green 51 ◦ blue 87

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

Shades of Jacarta #423357

Tints of Jacarta #423357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 32.35%
G = 25%
B = 42.65%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423357 (or 0x423357) is known color: Jacarta. HEX triplet: 42, 33 and 57. RGB value is (66,51,87). Sum of RGB (Red+Green+Blue) = 66+51+87=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #423357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423357 is #BDCCA8. Grayscale: #3B3B3B. Windows color (decimal): -12438697 or 5714754. OLE color: 5714754.

HSL color Cylindrical-coordinate representation of color #423357: hue angle of 265º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423357 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 51 87 -
CMYK 0.24 0.41 0 0.66
HSL 265º 0.26% 0.27% -
HSV(B) 265º 0.41% 0.34% -
XYZ 5.15 4.21 9.56 -
YUV 59.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 66 51 87 0.24 0.41 0 0.66 265 0.26 0.27
Hex 42 33 57 18 29 0 42 109 1A 1B
Octal 102 63 127 30 51 0 102 411 32 33
Binary 1000010 110011 1010111 11000 101001 0 1000010 100001001 11010 11011

Color Harmonies of #423357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423357

Black with #423357

Text Example


Text Example

White with #423357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423357; }

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

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

background-color css

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

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

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

border-color css

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

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

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