Html Css Color HEX #373AB4 Persian Blue

📋 copy color: '#373AB4'

red 55 ◦ green 58 ◦ blue 180

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

Shades of Persian Blue #373AB4

Tints of Persian Blue #373AB4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 18.77%
G = 19.8%
B = 61.43%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#373AB4 (or 0x373AB4) is known color: Persian Blue. HEX triplet: 37, 3A and B4. RGB value is (55,58,180). Sum of RGB (Red+Green+Blue) = 55+58+180=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #373AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AB4 is #C8C54B. Grayscale: #464646. Windows color (decimal): -13157708 or 11811383. OLE color: 11811383.

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

Color convert

RGB 55 58 180 -
CMYK 0.69 0.68 0 0.29
HSL 238.56º 0.53% 0.46% -
HSV(B) 238.56º 0.69% 0.71% -
XYZ 11.33 7.13 43.96 -
YUV 71.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 55 58 180 0.69 0.68 0 0.29 238.56 0.53 0.46
Hex 37 3A B4 45 44 0 1D EF 35 2E
Octal 67 72 264 105 104 0 35 357 65 56
Binary 110111 111010 10110100 1000101 1000100 0 11101 11101111 110101 101110

Color Harmonies of #373AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AB4

Black with #373AB4

Text Example


Text Example

White with #373AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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