Html Css Color HEX #374086 Jacksons Purple

📋 copy color: '#374086'

red 55 ◦ green 64 ◦ blue 134

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

Shades of Jacksons Purple #374086

Tints of Jacksons Purple #374086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 21.74%
G = 25.3%
B = 52.96%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374086 (or 0x374086) is known color: Jacksons Purple. HEX triplet: 37, 40 and 86. RGB value is (55,64,134). Sum of RGB (Red+Green+Blue) = 55+64+134=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #374086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374086 is #C8BF79. Grayscale: #454545. Windows color (decimal): -13156218 or 8798263. OLE color: 8798263.

HSL color Cylindrical-coordinate representation of color #374086: hue angle of 233.16º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374086 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 64 134 -
CMYK 0.59 0.52 0 0.47
HSL 233.16º 0.42% 0.37% -
HSV(B) 233.16º 0.59% 0.53% -
XYZ 7.71 6.2 23.34 -
YUV 69.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 55 64 134 0.59 0.52 0 0.47 233.16 0.42 0.37
Hex 37 40 86 3B 34 0 2F E9 2A 25
Octal 67 100 206 73 64 0 57 351 52 45
Binary 110111 1000000 10000110 111011 110100 0 101111 11101001 101010 100101

Color Harmonies of #374086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374086

Black with #374086

Text Example


Text Example

White with #374086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374086; }

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

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

background-color css

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

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

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

border-color css

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

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

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