Html Css Color HEX #373ABF Persian Blue

📋 copy color: '#373ABF'

red 55 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #373ABF

Tints of Persian Blue #373ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 18.09%
G = 19.08%
B = 62.83%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#373ABF (or 0x373ABF) is known color: Persian Blue. HEX triplet: 37, 3A and BF. RGB value is (55,58,191). Sum of RGB (Red+Green+Blue) = 55+58+191=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #373ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ABF is #C8C540. Grayscale: #474747. Windows color (decimal): -13157697 or 12532279. OLE color: 12532279.

HSL color Cylindrical-coordinate representation of color #373ABF: hue angle of 238.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373ABF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 58 191 -
CMYK 0.71 0.70 0 0.25
HSL 238.68º 0.55% 0.48% -
HSV(B) 238.68º 0.71% 0.75% -
XYZ 12.49 7.6 50.1 -
YUV 72.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 55 58 191 0.71 0.70 0 0.25 238.68 0.55 0.48
Hex 37 3A BF 47 46 0 19 EF 37 30
Octal 67 72 277 107 106 0 31 357 67 60
Binary 110111 111010 10111111 1000111 1000110 0 11001 11101111 110111 110000

Color Harmonies of #373ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ABF

Black with #373ABF

Text Example


Text Example

White with #373ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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