Html Css Color HEX #373DA8 Persian Blue

📋 copy color: '#373DA8'

red 55 ◦ green 61 ◦ blue 168

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

Shades of Persian Blue #373DA8

Tints of Persian Blue #373DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.15%

R = 19.37%
G = 21.48%
B = 59.15%

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

#373DA8 (or 0x373DA8) is known color: Persian Blue. HEX triplet: 37, 3D and A8. RGB value is (55,61,168). Sum of RGB (Red+Green+Blue) = 55+61+168=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #373DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA8 is #C8C257. Grayscale: #464646. Windows color (decimal): -13156952 or 11025719. OLE color: 11025719.

HSL color Cylindrical-coordinate representation of color #373DA8: hue angle of 236.81º 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 #373DA8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 61 168 -
CMYK 0.67 0.64 0 0.34
HSL 236.81º 0.51% 0.44% -
HSV(B) 236.81º 0.67% 0.66% -
XYZ 10.31 6.98 37.85 -
YUV 71.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 55 61 168 0.67 0.64 0 0.34 236.81 0.51 0.44
Hex 37 3D A8 43 40 0 22 ED 33 2C
Octal 67 75 250 103 100 0 42 355 63 54
Binary 110111 111101 10101000 1000011 1000000 0 100010 11101101 110011 101100

Color Harmonies of #373DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DA8

Black with #373DA8

Text Example


Text Example

White with #373DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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