Html Css Color HEX #373EAF Persian Blue

📋 copy color: '#373EAF'

red 55 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #373EAF

Tints of Persian Blue #373EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

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

R = 18.84%
G = 21.23%
B = 59.93%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#373EAF (or 0x373EAF) is known color: Persian Blue. HEX triplet: 37, 3E and AF. RGB value is (55,62,175). Sum of RGB (Red+Green+Blue) = 55+62+175=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #373EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EAF is #C8C150. Grayscale: #484848. Windows color (decimal): -13156689 or 11484727. OLE color: 11484727.

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

Color convert

RGB 55 62 175 -
CMYK 0.69 0.65 0 0.31
HSL 236.5º 0.52% 0.45% -
HSV(B) 236.5º 0.69% 0.69% -
XYZ 11.04 7.35 41.39 -
YUV 72.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 55 62 175 0.69 0.65 0 0.31 236.5 0.52 0.45
Hex 37 3E AF 45 41 0 1F EC 34 2D
Octal 67 76 257 105 101 0 37 354 64 55
Binary 110111 111110 10101111 1000101 1000001 0 11111 11101100 110100 101101

Color Harmonies of #373EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EAF

Black with #373EAF

Text Example


Text Example

White with #373EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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