Html Css Color HEX #373DAE Persian Blue

📋 copy color: '#373DAE'

red 55 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #373DAE

Tints of Persian Blue #373DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 18.97%
G = 21.03%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#373DAE (or 0x373DAE) is known color: Persian Blue. HEX triplet: 37, 3D and AE. RGB value is (55,61,174). Sum of RGB (Red+Green+Blue) = 55+61+174=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #373DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DAE is #C8C251. Grayscale: #474747. Windows color (decimal): -13156946 or 11418935. OLE color: 11418935.

HSL color Cylindrical-coordinate representation of color #373DAE: hue angle of 236.97º 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 #373DAE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 61 174 -
CMYK 0.68 0.65 0 0.32
HSL 236.97º 0.52% 0.45% -
HSV(B) 236.97º 0.68% 0.68% -
XYZ 10.88 7.21 40.86 -
YUV 72.09 185.51 115.81 -
System Red Green Blue C M Y K H S L
Decimal 55 61 174 0.68 0.65 0 0.32 236.97 0.52 0.45
Hex 37 3D AE 44 41 0 20 ED 34 2D
Octal 67 75 256 104 101 0 40 355 64 55
Binary 110111 111101 10101110 1000100 1000001 0 100000 11101101 110100 101101

Color Harmonies of #373DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DAE

Black with #373DAE

Text Example


Text Example

White with #373DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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