Html Css Color HEX #373BB5 Persian Blue

📋 copy color: '#373BB5'

red 55 ◦ green 59 ◦ blue 181

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

Shades of Persian Blue #373BB5

Tints of Persian Blue #373BB5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 181 (71.09% from 255) = 61.36%

R = 18.64%
G = 20%
B = 61.36%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#373BB5 (or 0x373BB5) is known color: Persian Blue. HEX triplet: 37, 3B and B5. RGB value is (55,59,181). Sum of RGB (Red+Green+Blue) = 55+59+181=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #373BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BB5 is #C8C44A. Grayscale: #474747. Windows color (decimal): -13157451 or 11877175. OLE color: 11877175.

HSL color Cylindrical-coordinate representation of color #373BB5: hue angle of 238.1º degrees, saturation: 0.53, 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 #373BB5 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 59 181 -
CMYK 0.70 0.67 0 0.29
HSL 238.1º 0.53% 0.46% -
HSV(B) 238.1º 0.7% 0.71% -
XYZ 11.48 7.28 44.52 -
YUV 71.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 55 59 181 0.70 0.67 0 0.29 238.1 0.53 0.46
Hex 37 3B B5 46 43 0 1D EE 35 2E
Octal 67 73 265 106 103 0 35 356 65 56
Binary 110111 111011 10110101 1000110 1000011 0 11101 11101110 110101 101110

Color Harmonies of #373BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BB5

Black with #373BB5

Text Example


Text Example

White with #373BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,181); }

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

background-color css

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

 a { background-color: rgb(55,59,181); }

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

border-color css

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

 span { border-color: rgb(55,59,181); }

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