Html Css Color HEX #373ABA Persian Blue

📋 copy color: '#373ABA'

red 55 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #373ABA

Tints of Persian Blue #373ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 18.39%
G = 19.4%
B = 62.21%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#373ABA (or 0x373ABA) is known color: Persian Blue. HEX triplet: 37, 3A and BA. RGB value is (55,58,186). Sum of RGB (Red+Green+Blue) = 55+58+186=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #373ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ABA is #C8C545. Grayscale: #474747. Windows color (decimal): -13157702 or 12204599. OLE color: 12204599.

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

Color convert

RGB 55 58 186 -
CMYK 0.70 0.69 0 0.27
HSL 238.63º 0.54% 0.47% -
HSV(B) 238.63º 0.7% 0.73% -
XYZ 11.95 7.38 47.25 -
YUV 71.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 55 58 186 0.70 0.69 0 0.27 238.63 0.54 0.47
Hex 37 3A BA 46 45 0 1B EF 36 2F
Octal 67 72 272 106 105 0 33 357 66 57
Binary 110111 111010 10111010 1000110 1000101 0 11011 11101111 110110 101111

Color Harmonies of #373ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ABA

Black with #373ABA

Text Example


Text Example

White with #373ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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