Html Css Color HEX #45375A Jacarta

📋 copy color: '#45375A'

red 69 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #45375A

Tints of Jacarta #45375A

RGB

 RED value IS 69 (27.34% from 255) = 32.24%

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 32.24%
G = 25.7%
B = 42.06%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#45375A (or 0x45375A) is known color: Jacarta. HEX triplet: 45, 37 and 5A. RGB value is (69,55,90). Sum of RGB (Red+Green+Blue) = 69+55+90=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #45375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45375A is #BAC8A5. Grayscale: #3F3F3F. Windows color (decimal): -12241062 or 5912389. OLE color: 5912389.

HSL color Cylindrical-coordinate representation of color #45375A: hue angle of 264º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45375A is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 55 90 -
CMYK 0.23 0.39 0 0.65
HSL 264º 0.24% 0.28% -
HSV(B) 264º 0.39% 0.35% -
XYZ 5.67 4.74 10.29 -
YUV 63.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 69 55 90 0.23 0.39 0 0.65 264 0.24 0.28
Hex 45 37 5A 17 27 0 41 108 18 1C
Octal 105 67 132 27 47 0 101 410 30 34
Binary 1000101 110111 1011010 10111 100111 0 1000001 100001000 11000 11100

Color Harmonies of #45375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45375A

Black with #45375A

Text Example


Text Example

White with #45375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,55,90); }

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

background-color css

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

 a { background-color: rgb(69,55,90); }

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

border-color css

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

 span { border-color: rgb(69,55,90); }

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