Html Css Color HEX #373CAB Persian Blue

📋 copy color: '#373CAB'

red 55 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #373CAB

Tints of Persian Blue #373CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

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

R = 19.23%
G = 20.98%
B = 59.79%

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

#373CAB (or 0x373CAB) is known color: Persian Blue. HEX triplet: 37, 3C and AB. RGB value is (55,60,171). Sum of RGB (Red+Green+Blue) = 55+60+171=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #373CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAB is #C8C354. Grayscale: #464646. Windows color (decimal): -13157205 or 11222071. OLE color: 11222071.

HSL color Cylindrical-coordinate representation of color #373CAB: hue angle of 237.41º 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 #373CAB is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 60 171 -
CMYK 0.68 0.65 0 0.33
HSL 237.41º 0.51% 0.44% -
HSV(B) 237.41º 0.68% 0.67% -
XYZ 10.54 6.98 39.32 -
YUV 71.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 55 60 171 0.68 0.65 0 0.33 237.41 0.51 0.44
Hex 37 3C AB 44 41 0 21 ED 33 2C
Octal 67 74 253 104 101 0 41 355 63 54
Binary 110111 111100 10101011 1000100 1000001 0 100001 11101101 110011 101100

Color Harmonies of #373CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CAB

Black with #373CAB

Text Example


Text Example

White with #373CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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