Html Css Color HEX #373FAF Persian Blue

📋 copy color: '#373FAF'

red 55 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #373FAF

Tints of Persian Blue #373FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

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

R = 18.77%
G = 21.5%
B = 59.73%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#373FAF (or 0x373FAF) is known color: Persian Blue. HEX triplet: 37, 3F and AF. RGB value is (55,63,175). Sum of RGB (Red+Green+Blue) = 55+63+175=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #373FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373FAF is #C8C050. Grayscale: #484848. Windows color (decimal): -13156433 or 11484983. OLE color: 11484983.

HSL color Cylindrical-coordinate representation of color #373FAF: hue angle of 236º 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 #373FAF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 63 175 -
CMYK 0.69 0.64 0 0.31
HSL 236º 0.52% 0.45% -
HSV(B) 236º 0.69% 0.69% -
XYZ 11.09 7.46 41.41 -
YUV 73.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 55 63 175 0.69 0.64 0 0.31 236 0.52 0.45
Hex 37 3F AF 45 40 0 1F EC 34 2D
Octal 67 77 257 105 100 0 37 354 64 55
Binary 110111 111111 10101111 1000101 1000000 0 11111 11101100 110100 101101

Color Harmonies of #373FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FAF

Black with #373FAF

Text Example


Text Example

White with #373FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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