Html Css Color HEX #373DB3 Persian Blue

📋 copy color: '#373DB3'

red 55 ◦ green 61 ◦ blue 179

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

Shades of Persian Blue #373DB3

Tints of Persian Blue #373DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.68%

R = 18.64%
G = 20.68%
B = 60.68%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#373DB3 (or 0x373DB3) is known color: Persian Blue. HEX triplet: 37, 3D and B3. RGB value is (55,61,179). Sum of RGB (Red+Green+Blue) = 55+61+179=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #373DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB3 is #C8C24C. Grayscale: #484848. Windows color (decimal): -13156941 or 11746615. OLE color: 11746615.

HSL color Cylindrical-coordinate representation of color #373DB3: hue angle of 237.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373DB3 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 61 179 -
CMYK 0.69 0.66 0 0.30
HSL 237.1º 0.53% 0.46% -
HSV(B) 237.1º 0.69% 0.7% -
XYZ 11.38 7.4 43.48 -
YUV 72.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 55 61 179 0.69 0.66 0 0.30 237.1 0.53 0.46
Hex 37 3D B3 45 42 0 1E ED 35 2E
Octal 67 75 263 105 102 0 36 355 65 56
Binary 110111 111101 10110011 1000101 1000010 0 11110 11101101 110101 101110

Color Harmonies of #373DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DB3

Black with #373DB3

Text Example


Text Example

White with #373DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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