Html Css Color HEX #373CBF Persian Blue

📋 copy color: '#373CBF'

red 55 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #373CBF

Tints of Persian Blue #373CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 17.97%
G = 19.61%
B = 62.42%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#373CBF (or 0x373CBF) is known color: Persian Blue. HEX triplet: 37, 3C and BF. RGB value is (55,60,191). Sum of RGB (Red+Green+Blue) = 55+60+191=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #373CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CBF is #C8C340. Grayscale: #484848. Windows color (decimal): -13157185 or 12532791. OLE color: 12532791.

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

Color convert

RGB 55 60 191 -
CMYK 0.71 0.69 0 0.25
HSL 237.79º 0.55% 0.48% -
HSV(B) 237.79º 0.71% 0.75% -
XYZ 12.6 7.81 50.13 -
YUV 73.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 55 60 191 0.71 0.69 0 0.25 237.79 0.55 0.48
Hex 37 3C BF 47 45 0 19 EE 37 30
Octal 67 74 277 107 105 0 31 356 67 60
Binary 110111 111100 10111111 1000111 1000101 0 11001 11101110 110111 110000

Color Harmonies of #373CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CBF

Black with #373CBF

Text Example


Text Example

White with #373CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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