Html Css Color HEX #374286 Jacksons Purple

📋 copy color: '#374286'

red 55 ◦ green 66 ◦ blue 134

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

Shades of Jacksons Purple #374286

Tints of Jacksons Purple #374286

RGB

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

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

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

R = 21.57%
G = 25.88%
B = 52.55%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374286 (or 0x374286) is known color: Jacksons Purple. HEX triplet: 37, 42 and 86. RGB value is (55,66,134). Sum of RGB (Red+Green+Blue) = 55+66+134=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #374286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374286 is #C8BD79. Grayscale: #464646. Windows color (decimal): -13155706 or 8798775. OLE color: 8798775.

HSL color Cylindrical-coordinate representation of color #374286: hue angle of 231.65º 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 #374286 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 66 134 -
CMYK 0.59 0.51 0 0.47
HSL 231.65º 0.42% 0.37% -
HSV(B) 231.65º 0.59% 0.53% -
XYZ 7.83 6.43 23.38 -
YUV 70.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 55 66 134 0.59 0.51 0 0.47 231.65 0.42 0.37
Hex 37 42 86 3B 33 0 2F E8 2A 25
Octal 67 102 206 73 63 0 57 350 52 45
Binary 110111 1000010 10000110 111011 110011 0 101111 11101000 101010 100101

Color Harmonies of #374286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374286

Black with #374286

Text Example


Text Example

White with #374286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374286; }

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

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

background-color css

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

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

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

border-color css

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

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

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