Html Css Color HEX #373DB4 Persian Blue

📋 copy color: '#373DB4'

red 55 ◦ green 61 ◦ blue 180

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

Shades of Persian Blue #373DB4

Tints of Persian Blue #373DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60.81%

R = 18.58%
G = 20.61%
B = 60.81%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#373DB4 (or 0x373DB4) is known color: Persian Blue. HEX triplet: 37, 3D and B4. RGB value is (55,61,180). Sum of RGB (Red+Green+Blue) = 55+61+180=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #373DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB4 is #C8C24B. Grayscale: #484848. Windows color (decimal): -13156940 or 11812151. OLE color: 11812151.

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

Color convert

RGB 55 61 180 -
CMYK 0.69 0.66 0 0.29
HSL 237.12º 0.53% 0.46% -
HSV(B) 237.12º 0.69% 0.71% -
XYZ 11.48 7.45 44.01 -
YUV 72.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 55 61 180 0.69 0.66 0 0.29 237.12 0.53 0.46
Hex 37 3D B4 45 42 0 1D ED 35 2E
Octal 67 75 264 105 102 0 35 355 65 56
Binary 110111 111101 10110100 1000101 1000010 0 11101 11101101 110101 101110

Color Harmonies of #373DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DB4

Black with #373DB4

Text Example


Text Example

White with #373DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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