Html Css Color HEX #373ABD Persian Blue

📋 copy color: '#373ABD'

red 55 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #373ABD

Tints of Persian Blue #373ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.58%

R = 18.21%
G = 19.21%
B = 62.58%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#373ABD (or 0x373ABD) is known color: Persian Blue. HEX triplet: 37, 3A and BD. RGB value is (55,58,189). Sum of RGB (Red+Green+Blue) = 55+58+189=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #373ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ABD is #C8C542. Grayscale: #474747. Windows color (decimal): -13157699 or 12401207. OLE color: 12401207.

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

Color convert

RGB 55 58 189 -
CMYK 0.71 0.69 0 0.26
HSL 238.66º 0.55% 0.48% -
HSV(B) 238.66º 0.71% 0.74% -
XYZ 12.27 7.51 48.95 -
YUV 72.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 55 58 189 0.71 0.69 0 0.26 238.66 0.55 0.48
Hex 37 3A BD 47 45 0 1A EF 37 30
Octal 67 72 275 107 105 0 32 357 67 60
Binary 110111 111010 10111101 1000111 1000101 0 11010 11101111 110111 110000

Color Harmonies of #373ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ABD

Black with #373ABD

Text Example


Text Example

White with #373ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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