Html Css Color HEX #374089 Jacksons Purple

📋 copy color: '#374089'

red 55 ◦ green 64 ◦ blue 137

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

Shades of Jacksons Purple #374089

Tints of Jacksons Purple #374089

RGB

 RED value IS 55 (21.88% from 255) = 21.48%

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 21.48%
G = 25%
B = 53.52%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#374089 (or 0x374089) is known color: Jacksons Purple. HEX triplet: 37, 40 and 89. RGB value is (55,64,137). Sum of RGB (Red+Green+Blue) = 55+64+137=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #374089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374089 is #C8BF76. Grayscale: #454545. Windows color (decimal): -13156215 or 8994871. OLE color: 8994871.

HSL color Cylindrical-coordinate representation of color #374089: hue angle of 233.41º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374089 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 64 137 -
CMYK 0.60 0.53 0 0.46
HSL 233.41º 0.43% 0.38% -
HSV(B) 233.41º 0.6% 0.54% -
XYZ 7.92 6.29 24.46 -
YUV 69.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 55 64 137 0.60 0.53 0 0.46 233.41 0.43 0.38
Hex 37 40 89 3C 35 0 2E E9 2B 26
Octal 67 100 211 74 65 0 56 351 53 46
Binary 110111 1000000 10001001 111100 110101 0 101110 11101001 101011 100110

Color Harmonies of #374089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374089

Black with #374089

Text Example


Text Example

White with #374089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374089; }

 p { color: rgb(55,64,137); }

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

background-color css

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

 a { background-color: rgb(55,64,137); }

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

border-color css

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

 span { border-color: rgb(55,64,137); }

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