Html Css Color HEX #42385E Jacarta

📋 copy color: '#42385E'

red 66 ◦ green 56 ◦ blue 94

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

Shades of Jacarta #42385E

Tints of Jacarta #42385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 94 (37.11% from 255) = 43.52%

R = 30.56%
G = 25.93%
B = 43.52%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42385E (or 0x42385E) is known color: Jacarta. HEX triplet: 42, 38 and 5E. RGB value is (66,56,94). Sum of RGB (Red+Green+Blue) = 66+56+94=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #42385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42385E is #BDC7A1. Grayscale: #3F3F3F. Windows color (decimal): -12437410 or 6174786. OLE color: 6174786.

HSL color Cylindrical-coordinate representation of color #42385E: hue angle of 255.79º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42385E is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 56 94 -
CMYK 0.30 0.40 0 0.63
HSL 255.79º 0.25% 0.29% -
HSV(B) 255.79º 0.4% 0.37% -
XYZ 5.68 4.79 11.22 -
YUV 63.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 66 56 94 0.30 0.40 0 0.63 255.79 0.25 0.29
Hex 42 38 5E 1E 28 0 3F 100 19 1D
Octal 102 70 136 36 50 0 77 400 31 35
Binary 1000010 111000 1011110 11110 101000 0 111111 100000000 11001 11101

Color Harmonies of #42385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42385E

Black with #42385E

Text Example


Text Example

White with #42385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42385E; }

 p { color: rgb(66,56,94); }

 H1.HeaderClassName
 {
   color: #42385E;
 }
 .AnyTagClassName
 {
   color: #42385E;
 }
</style>

background-color css

<style>
 a { background-color: #42385E; }

 a { background-color: rgb(66,56,94); }

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

border-color css

<style>
 span { border-color: #42385E; }

 span { border-color: rgb(66,56,94); }

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