Html Css Color HEX #42345B Jacarta

📋 copy color: '#42345B'

red 66 ◦ green 52 ◦ blue 91

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

Shades of Jacarta #42345B

Tints of Jacarta #42345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 31.58%
G = 24.88%
B = 43.54%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42345B (or 0x42345B) is known color: Jacarta. HEX triplet: 42, 34 and 5B. RGB value is (66,52,91). Sum of RGB (Red+Green+Blue) = 66+52+91=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #42345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42345B is #BDCBA4. Grayscale: #3C3C3C. Windows color (decimal): -12438437 or 5977154. OLE color: 5977154.

HSL color Cylindrical-coordinate representation of color #42345B: hue angle of 261.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42345B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 52 91 -
CMYK 0.27 0.43 0 0.64
HSL 261.54º 0.27% 0.28% -
HSV(B) 261.54º 0.43% 0.36% -
XYZ 5.36 4.37 10.46 -
YUV 60.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 66 52 91 0.27 0.43 0 0.64 261.54 0.27 0.28
Hex 42 34 5B 1B 2B 0 40 106 1B 1C
Octal 102 64 133 33 53 0 100 406 33 34
Binary 1000010 110100 1011011 11011 101011 0 1000000 100000110 11011 11100

Color Harmonies of #42345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42345B

Black with #42345B

Text Example


Text Example

White with #42345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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