Html Css Color HEX #373DB6 Persian Blue

📋 copy color: '#373DB6'

red 55 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #373DB6

Tints of Persian Blue #373DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.07%

R = 18.46%
G = 20.47%
B = 61.07%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#373DB6 (or 0x373DB6) is known color: Persian Blue. HEX triplet: 37, 3D and B6. RGB value is (55,61,182). Sum of RGB (Red+Green+Blue) = 55+61+182=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 182 (71.48% from 255 or 61.07% from 298); Max value from RGB is 182 - color contains mainly: blue. Hex color #373DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DB6 is #C8C249. Grayscale: #484848. Windows color (decimal): -13156938 or 11943223. OLE color: 11943223.

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

Color convert

RGB 55 61 182 -
CMYK 0.70 0.66 0 0.29
HSL 237.17º 0.54% 0.46% -
HSV(B) 237.17º 0.7% 0.71% -
XYZ 11.69 7.53 45.09 -
YUV 73 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 55 61 182 0.70 0.66 0 0.29 237.17 0.54 0.46
Hex 37 3D B6 46 42 0 1D ED 36 2E
Octal 67 75 266 106 102 0 35 355 66 56
Binary 110111 111101 10110110 1000110 1000010 0 11101 11101101 110110 101110

Color Harmonies of #373DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DB6

Black with #373DB6

Text Example


Text Example

White with #373DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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