Html Css Color HEX #42365D Jacarta

📋 copy color: '#42365D'

red 66 ◦ green 54 ◦ blue 93

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

Shades of Jacarta #42365D

Tints of Jacarta #42365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 30.99%
G = 25.35%
B = 43.66%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42365D (or 0x42365D) is known color: Jacarta. HEX triplet: 42, 36 and 5D. RGB value is (66,54,93). Sum of RGB (Red+Green+Blue) = 66+54+93=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #42365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42365D is #BDC9A2. Grayscale: #3D3D3D. Windows color (decimal): -12437923 or 6108738. OLE color: 6108738.

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

Color convert

RGB 66 54 93 -
CMYK 0.29 0.42 0 0.64
HSL 258.46º 0.27% 0.29% -
HSV(B) 258.46º 0.42% 0.36% -
XYZ 5.54 4.59 10.95 -
YUV 62.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 66 54 93 0.29 0.42 0 0.64 258.46 0.27 0.29
Hex 42 36 5D 1D 2A 0 40 102 1B 1D
Octal 102 66 135 35 52 0 100 402 33 35
Binary 1000010 110110 1011101 11101 101010 0 1000000 100000010 11011 11101

Color Harmonies of #42365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42365D

Black with #42365D

Text Example


Text Example

White with #42365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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