Html Css Color HEX #373ABC Persian Blue

📋 copy color: '#373ABC'

red 55 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #373ABC

Tints of Persian Blue #373ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 18.27%
G = 19.27%
B = 62.46%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#373ABC (or 0x373ABC) is known color: Persian Blue. HEX triplet: 37, 3A and BC. RGB value is (55,58,188). Sum of RGB (Red+Green+Blue) = 55+58+188=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #373ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ABC is #C8C543. Grayscale: #474747. Windows color (decimal): -13157700 or 12335671. OLE color: 12335671.

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

Color convert

RGB 55 58 188 -
CMYK 0.71 0.69 0 0.26
HSL 238.65º 0.55% 0.48% -
HSV(B) 238.65º 0.71% 0.74% -
XYZ 12.17 7.47 48.38 -
YUV 71.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 55 58 188 0.71 0.69 0 0.26 238.65 0.55 0.48
Hex 37 3A BC 47 45 0 1A EF 37 30
Octal 67 72 274 107 105 0 32 357 67 60
Binary 110111 111010 10111100 1000111 1000101 0 11010 11101111 110111 110000

Color Harmonies of #373ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ABC

Black with #373ABC

Text Example


Text Example

White with #373ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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