Html Css Color HEX #374289 Jacksons Purple

📋 copy color: '#374289'

red 55 ◦ green 66 ◦ blue 137

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

Shades of Jacksons Purple #374289

Tints of Jacksons Purple #374289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 21.32%
G = 25.58%
B = 53.1%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#374289 (or 0x374289) is known color: Jacksons Purple. HEX triplet: 37, 42 and 89. RGB value is (55,66,137). Sum of RGB (Red+Green+Blue) = 55+66+137=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #374289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374289 is #C8BD76. Grayscale: #464646. Windows color (decimal): -13155703 or 8995383. OLE color: 8995383.

HSL color Cylindrical-coordinate representation of color #374289: hue angle of 231.95º 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 #374289 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 66 137 -
CMYK 0.60 0.52 0 0.46
HSL 231.95º 0.43% 0.38% -
HSV(B) 231.95º 0.6% 0.54% -
XYZ 8.04 6.51 24.5 -
YUV 70.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 55 66 137 0.60 0.52 0 0.46 231.95 0.43 0.38
Hex 37 42 89 3C 34 0 2E E8 2B 26
Octal 67 102 211 74 64 0 56 350 53 46
Binary 110111 1000010 10001001 111100 110100 0 101110 11101000 101011 100110

Color Harmonies of #374289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374289

Black with #374289

Text Example


Text Example

White with #374289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374289; }

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

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

background-color css

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

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

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

border-color css

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

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

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