Html Css Color HEX #374285 Jacksons Purple

📋 copy color: '#374285'

red 55 ◦ green 66 ◦ blue 133

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

Shades of Jacksons Purple #374285

Tints of Jacksons Purple #374285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 21.65%
G = 25.98%
B = 52.36%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#374285 (or 0x374285) is known color: Jacksons Purple. HEX triplet: 37, 42 and 85. RGB value is (55,66,133). Sum of RGB (Red+Green+Blue) = 55+66+133=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #374285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374285 is #C8BD7A. Grayscale: #464646. Windows color (decimal): -13155707 or 8733239. OLE color: 8733239.

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

Color convert

RGB 55 66 133 -
CMYK 0.59 0.50 0 0.48
HSL 231.54º 0.41% 0.37% -
HSV(B) 231.54º 0.59% 0.52% -
XYZ 7.76 6.4 23.02 -
YUV 70.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 55 66 133 0.59 0.50 0 0.48 231.54 0.41 0.37
Hex 37 42 85 3B 32 0 30 E8 29 25
Octal 67 102 205 73 62 0 60 350 51 45
Binary 110111 1000010 10000101 111011 110010 0 110000 11101000 101001 100101

Color Harmonies of #374285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374285

Black with #374285

Text Example


Text Example

White with #374285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374285; }

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

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

background-color css

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

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

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

border-color css

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

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

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