Html Css Color HEX #373ABB Persian Blue

📋 copy color: '#373ABB'

red 55 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #373ABB

Tints of Persian Blue #373ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 18.33%
G = 19.33%
B = 62.33%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#373ABB (or 0x373ABB) is known color: Persian Blue. HEX triplet: 37, 3A and BB. RGB value is (55,58,187). Sum of RGB (Red+Green+Blue) = 55+58+187=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #373ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ABB is #C8C544. Grayscale: #474747. Windows color (decimal): -13157701 or 12270135. OLE color: 12270135.

HSL color Cylindrical-coordinate representation of color #373ABB: hue angle of 238.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373ABB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 58 187 -
CMYK 0.71 0.69 0 0.27
HSL 238.64º 0.55% 0.47% -
HSV(B) 238.64º 0.71% 0.73% -
XYZ 12.06 7.43 47.81 -
YUV 71.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 55 58 187 0.71 0.69 0 0.27 238.64 0.55 0.47
Hex 37 3A BB 47 45 0 1B EF 37 2F
Octal 67 72 273 107 105 0 33 357 67 57
Binary 110111 111010 10111011 1000111 1000101 0 11011 11101111 110111 101111

Color Harmonies of #373ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ABB

Black with #373ABB

Text Example


Text Example

White with #373ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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