Html Css Color HEX #373BAB Persian Blue

📋 copy color: '#373BAB'

red 55 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #373BAB

Tints of Persian Blue #373BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 19.3%
G = 20.7%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373BAB (or 0x373BAB) is known color: Persian Blue. HEX triplet: 37, 3B and AB. RGB value is (55,59,171). Sum of RGB (Red+Green+Blue) = 55+59+171=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #373BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BAB is #C8C454. Grayscale: #464646. Windows color (decimal): -13157461 or 11221815. OLE color: 11221815.

HSL color Cylindrical-coordinate representation of color #373BAB: hue angle of 237.93º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373BAB is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 59 171 -
CMYK 0.68 0.65 0 0.33
HSL 237.93º 0.51% 0.44% -
HSV(B) 237.93º 0.68% 0.67% -
XYZ 10.49 6.88 39.3 -
YUV 70.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 55 59 171 0.68 0.65 0 0.33 237.93 0.51 0.44
Hex 37 3B AB 44 41 0 21 EE 33 2C
Octal 67 73 253 104 101 0 41 356 63 54
Binary 110111 111011 10101011 1000100 1000001 0 100001 11101110 110011 101100

Color Harmonies of #373BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BAB

Black with #373BAB

Text Example


Text Example

White with #373BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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