Html Css Color HEX #42365F Jacarta

📋 copy color: '#42365F'

red 66 ◦ green 54 ◦ blue 95

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

Shades of Jacarta #42365F

Tints of Jacarta #42365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 30.7%
G = 25.12%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42365F (or 0x42365F) is known color: Jacarta. HEX triplet: 42, 36 and 5F. RGB value is (66,54,95). Sum of RGB (Red+Green+Blue) = 66+54+95=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #42365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42365F is #BDC9A0. Grayscale: #3E3E3E. Windows color (decimal): -12437921 or 6239810. OLE color: 6239810.

HSL color Cylindrical-coordinate representation of color #42365F: hue angle of 257.56º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42365F is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 54 95 -
CMYK 0.31 0.43 0 0.63
HSL 257.56º 0.28% 0.29% -
HSV(B) 257.56º 0.43% 0.37% -
XYZ 5.63 4.62 11.42 -
YUV 62.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 66 54 95 0.31 0.43 0 0.63 257.56 0.28 0.29
Hex 42 36 5F 1F 2B 0 3F 102 1C 1D
Octal 102 66 137 37 53 0 77 402 34 35
Binary 1000010 110110 1011111 11111 101011 0 111111 100000010 11100 11101

Color Harmonies of #42365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42365F

Black with #42365F

Text Example


Text Example

White with #42365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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