Html Css Color HEX #373BAF Persian Blue

📋 copy color: '#373BAF'

red 55 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #373BAF

Tints of Persian Blue #373BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.42%

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 19.03%
G = 20.42%
B = 60.55%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#373BAF (or 0x373BAF) is known color: Persian Blue. HEX triplet: 37, 3B and AF. RGB value is (55,59,175). Sum of RGB (Red+Green+Blue) = 55+59+175=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #373BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BAF is #C8C450. Grayscale: #464646. Windows color (decimal): -13157457 or 11483959. OLE color: 11483959.

HSL color Cylindrical-coordinate representation of color #373BAF: hue angle of 238º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373BAF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 59 175 -
CMYK 0.69 0.66 0 0.31
HSL 238º 0.52% 0.45% -
HSV(B) 238º 0.69% 0.69% -
XYZ 10.88 7.04 41.34 -
YUV 71.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 55 59 175 0.69 0.66 0 0.31 238 0.52 0.45
Hex 37 3B AF 45 42 0 1F EE 34 2D
Octal 67 73 257 105 102 0 37 356 64 55
Binary 110111 111011 10101111 1000101 1000010 0 11111 11101110 110100 101101

Color Harmonies of #373BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BAF

Black with #373BAF

Text Example


Text Example

White with #373BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,175); }

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

background-color css

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

 a { background-color: rgb(55,59,175); }

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

border-color css

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

 span { border-color: rgb(55,59,175); }

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