Html Css Color HEX #42345A Jacarta

📋 copy color: '#42345A'

red 66 ◦ green 52 ◦ blue 90

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

Shades of Jacarta #42345A

Tints of Jacarta #42345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 31.73%
G = 25%
B = 43.27%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42345A (or 0x42345A) is known color: Jacarta. HEX triplet: 42, 34 and 5A. RGB value is (66,52,90). Sum of RGB (Red+Green+Blue) = 66+52+90=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #42345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42345A is #BDCBA5. Grayscale: #3C3C3C. Windows color (decimal): -12438438 or 5911618. OLE color: 5911618.

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

Color convert

RGB 66 52 90 -
CMYK 0.27 0.42 0 0.65
HSL 262.11º 0.27% 0.28% -
HSV(B) 262.11º 0.42% 0.35% -
XYZ 5.32 4.35 10.23 -
YUV 60.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 66 52 90 0.27 0.42 0 0.65 262.11 0.27 0.28
Hex 42 34 5A 1B 2A 0 41 106 1B 1C
Octal 102 64 132 33 52 0 101 406 33 34
Binary 1000010 110100 1011010 11011 101010 0 1000001 100000110 11011 11100

Color Harmonies of #42345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42345A

Black with #42345A

Text Example


Text Example

White with #42345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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