Html Css Color HEX #373CB4 Persian Blue

📋 copy color: '#373CB4'

red 55 ◦ green 60 ◦ blue 180

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

Shades of Persian Blue #373CB4

Tints of Persian Blue #373CB4

RGB

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

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

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

R = 18.64%
G = 20.34%
B = 61.02%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#373CB4 (or 0x373CB4) is known color: Persian Blue. HEX triplet: 37, 3C and B4. RGB value is (55,60,180). Sum of RGB (Red+Green+Blue) = 55+60+180=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #373CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CB4 is #C8C34B. Grayscale: #474747. Windows color (decimal): -13157196 or 11811895. OLE color: 11811895.

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

Color convert

RGB 55 60 180 -
CMYK 0.69 0.67 0 0.29
HSL 237.6º 0.53% 0.46% -
HSV(B) 237.6º 0.69% 0.71% -
XYZ 11.43 7.34 43.99 -
YUV 72.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 55 60 180 0.69 0.67 0 0.29 237.6 0.53 0.46
Hex 37 3C B4 45 43 0 1D EE 35 2E
Octal 67 74 264 105 103 0 35 356 65 56
Binary 110111 111100 10110100 1000101 1000011 0 11101 11101110 110101 101110

Color Harmonies of #373CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CB4

Black with #373CB4

Text Example


Text Example

White with #373CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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