Html Css Color HEX #373BAE Persian Blue

📋 copy color: '#373BAE'

red 55 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #373BAE

Tints of Persian Blue #373BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 19.1%
G = 20.49%
B = 60.42%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#373BAE (or 0x373BAE) is known color: Persian Blue. HEX triplet: 37, 3B and AE. RGB value is (55,59,174). Sum of RGB (Red+Green+Blue) = 55+59+174=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #373BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BAE is #C8C451. Grayscale: #464646. Windows color (decimal): -13157458 or 11418423. OLE color: 11418423.

HSL color Cylindrical-coordinate representation of color #373BAE: hue angle of 237.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373BAE is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 59 174 -
CMYK 0.68 0.66 0 0.32
HSL 237.98º 0.52% 0.45% -
HSV(B) 237.98º 0.68% 0.68% -
XYZ 10.78 7 40.83 -
YUV 70.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 55 59 174 0.68 0.66 0 0.32 237.98 0.52 0.45
Hex 37 3B AE 44 42 0 20 EE 34 2D
Octal 67 73 256 104 102 0 40 356 64 55
Binary 110111 111011 10101110 1000100 1000010 0 100000 11101110 110100 101101

Color Harmonies of #373BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BAE

Black with #373BAE

Text Example


Text Example

White with #373BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373BAE; }

 p { color: rgb(55,59,174); }

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

background-color css

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

 a { background-color: rgb(55,59,174); }

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

border-color css

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

 span { border-color: rgb(55,59,174); }

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