Html Css Color HEX #374091 Jacksons Purple

📋 copy color: '#374091'

red 55 ◦ green 64 ◦ blue 145

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

Shades of Jacksons Purple #374091

Tints of Jacksons Purple #374091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 20.83%
G = 24.24%
B = 54.92%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374091 (or 0x374091) is known color: Jacksons Purple. HEX triplet: 37, 40 and 91. RGB value is (55,64,145). Sum of RGB (Red+Green+Blue) = 55+64+145=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #374091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374091 is #C8BF6E. Grayscale: #464646. Windows color (decimal): -13156207 or 9519159. OLE color: 9519159.

HSL color Cylindrical-coordinate representation of color #374091: hue angle of 234º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374091 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 64 145 -
CMYK 0.62 0.56 0 0.43
HSL 234º 0.45% 0.39% -
HSV(B) 234º 0.62% 0.57% -
XYZ 8.52 6.52 27.6 -
YUV 70.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 55 64 145 0.62 0.56 0 0.43 234 0.45 0.39
Hex 37 40 91 3E 38 0 2B EA 2D 27
Octal 67 100 221 76 70 0 53 352 55 47
Binary 110111 1000000 10010001 111110 111000 0 101011 11101010 101101 100111

Color Harmonies of #374091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374091

Black with #374091

Text Example


Text Example

White with #374091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374091; }

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

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

background-color css

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

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

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

border-color css

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

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

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