Html Css Color HEX #42365B Jacarta

📋 copy color: '#42365B'

red 66 ◦ green 54 ◦ blue 91

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

Shades of Jacarta #42365B

Tints of Jacarta #42365B

RGB

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

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

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

R = 31.28%
G = 25.59%
B = 43.13%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42365B (or 0x42365B) is known color: Jacarta. HEX triplet: 42, 36 and 5B. RGB value is (66,54,91). Sum of RGB (Red+Green+Blue) = 66+54+91=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #42365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42365B is #BDC9A4. Grayscale: #3D3D3D. Windows color (decimal): -12437925 or 5977666. OLE color: 5977666.

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

Color convert

RGB 66 54 91 -
CMYK 0.27 0.41 0 0.64
HSL 259.46º 0.26% 0.28% -
HSV(B) 259.46º 0.41% 0.36% -
XYZ 5.45 4.55 10.49 -
YUV 61.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 66 54 91 0.27 0.41 0 0.64 259.46 0.26 0.28
Hex 42 36 5B 1B 29 0 40 103 1A 1C
Octal 102 66 133 33 51 0 100 403 32 34
Binary 1000010 110110 1011011 11011 101001 0 1000000 100000011 11010 11100

Color Harmonies of #42365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42365B

Black with #42365B

Text Example


Text Example

White with #42365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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