Html Css Color HEX #42365A Jacarta

📋 copy color: '#42365A'

red 66 ◦ green 54 ◦ blue 90

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

Shades of Jacarta #42365A

Tints of Jacarta #42365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

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

R = 31.43%
G = 25.71%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42365A (or 0x42365A) is known color: Jacarta. HEX triplet: 42, 36 and 5A. RGB value is (66,54,90). Sum of RGB (Red+Green+Blue) = 66+54+90=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #42365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42365A is #BDC9A5. Grayscale: #3D3D3D. Windows color (decimal): -12437926 or 5912130. OLE color: 5912130.

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

Color convert

RGB 66 54 90 -
CMYK 0.27 0.40 0 0.65
HSL 260º 0.25% 0.28% -
HSV(B) 260º 0.4% 0.35% -
XYZ 5.41 4.53 10.26 -
YUV 61.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 66 54 90 0.27 0.40 0 0.65 260 0.25 0.28
Hex 42 36 5A 1B 28 0 41 104 19 1C
Octal 102 66 132 33 50 0 101 404 31 34
Binary 1000010 110110 1011010 11011 101000 0 1000001 100000100 11001 11100

Color Harmonies of #42365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42365A

Black with #42365A

Text Example


Text Example

White with #42365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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