Html Css Color HEX #373DB7 Persian Blue

📋 copy color: '#373DB7'

red 55 ◦ green 61 ◦ blue 183

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

Shades of Persian Blue #373DB7

Tints of Persian Blue #373DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 183 (71.88% from 255) = 61.2%

R = 18.39%
G = 20.4%
B = 61.2%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#373DB7 (or 0x373DB7) is known color: Persian Blue. HEX triplet: 37, 3D and B7. RGB value is (55,61,183). Sum of RGB (Red+Green+Blue) = 55+61+183=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #373DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB7 is #C8C248. Grayscale: #484848. Windows color (decimal): -13156937 or 12008759. OLE color: 12008759.

HSL color Cylindrical-coordinate representation of color #373DB7: hue angle of 237.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373DB7 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 61 183 -
CMYK 0.70 0.67 0 0.28
HSL 237.19º 0.54% 0.47% -
HSV(B) 237.19º 0.7% 0.72% -
XYZ 11.79 7.57 45.64 -
YUV 73.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 55 61 183 0.70 0.67 0 0.28 237.19 0.54 0.47
Hex 37 3D B7 46 43 0 1C ED 36 2F
Octal 67 75 267 106 103 0 34 355 66 57
Binary 110111 111101 10110111 1000110 1000011 0 11100 11101101 110110 101111

Color Harmonies of #373DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DB7

Black with #373DB7

Text Example


Text Example

White with #373DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,183); }

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

background-color css

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

 a { background-color: rgb(55,61,183); }

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

border-color css

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

 span { border-color: rgb(55,61,183); }

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