Html Css Color HEX #373DA9 Persian Blue

📋 copy color: '#373DA9'

red 55 ◦ green 61 ◦ blue 169

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

Shades of Persian Blue #373DA9

Tints of Persian Blue #373DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 59.3%

R = 19.3%
G = 21.4%
B = 59.3%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#373DA9 (or 0x373DA9) is known color: Persian Blue. HEX triplet: 37, 3D and A9. RGB value is (55,61,169). Sum of RGB (Red+Green+Blue) = 55+61+169=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #373DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA9 is #C8C256. Grayscale: #474747. Windows color (decimal): -13156951 or 11091255. OLE color: 11091255.

HSL color Cylindrical-coordinate representation of color #373DA9: hue angle of 236.84º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373DA9 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 61 169 -
CMYK 0.67 0.64 0 0.34
HSL 236.84º 0.51% 0.44% -
HSV(B) 236.84º 0.67% 0.66% -
XYZ 10.41 7.01 38.34 -
YUV 71.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 55 61 169 0.67 0.64 0 0.34 236.84 0.51 0.44
Hex 37 3D A9 43 40 0 22 ED 33 2C
Octal 67 75 251 103 100 0 42 355 63 54
Binary 110111 111101 10101001 1000011 1000000 0 100010 11101101 110011 101100

Color Harmonies of #373DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DA9

Black with #373DA9

Text Example


Text Example

White with #373DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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