Html Css Color HEX #373AB7 Persian Blue

📋 copy color: '#373AB7'

red 55 ◦ green 58 ◦ blue 183

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

Shades of Persian Blue #373AB7

Tints of Persian Blue #373AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 183 (71.88% from 255) = 61.82%

R = 18.58%
G = 19.59%
B = 61.82%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#373AB7 (or 0x373AB7) is known color: Persian Blue. HEX triplet: 37, 3A and B7. RGB value is (55,58,183). Sum of RGB (Red+Green+Blue) = 55+58+183=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 183 (71.88% from 255 or 61.82% from 296); Max value from RGB is 183 - color contains mainly: blue. Hex color #373AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AB7 is #C8C548. Grayscale: #464646. Windows color (decimal): -13157705 or 12007991. OLE color: 12007991.

HSL color Cylindrical-coordinate representation of color #373AB7: hue angle of 238.59º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373AB7 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 58 183 -
CMYK 0.70 0.68 0 0.28
HSL 238.59º 0.54% 0.47% -
HSV(B) 238.59º 0.7% 0.72% -
XYZ 11.64 7.26 45.59 -
YUV 71.35 191.01 116.34 -
System Red Green Blue C M Y K H S L
Decimal 55 58 183 0.70 0.68 0 0.28 238.59 0.54 0.47
Hex 37 3A B7 46 44 0 1C EF 36 2F
Octal 67 72 267 106 104 0 34 357 66 57
Binary 110111 111010 10110111 1000110 1000100 0 11100 11101111 110110 101111

Color Harmonies of #373AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AB7

Black with #373AB7

Text Example


Text Example

White with #373AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,58,183); }

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

background-color css

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

 a { background-color: rgb(55,58,183); }

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

border-color css

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

 span { border-color: rgb(55,58,183); }

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