Html Css Color HEX #373BBC Persian Blue

📋 copy color: '#373BBC'

red 55 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #373BBC

Tints of Persian Blue #373BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 18.21%
G = 19.54%
B = 62.25%

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

#373BBC (or 0x373BBC) is known color: Persian Blue. HEX triplet: 37, 3B and BC. RGB value is (55,59,188). Sum of RGB (Red+Green+Blue) = 55+59+188=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #373BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BBC is #C8C443. Grayscale: #474747. Windows color (decimal): -13157444 or 12335927. OLE color: 12335927.

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

Color convert

RGB 55 59 188 -
CMYK 0.71 0.69 0 0.26
HSL 238.2º 0.55% 0.48% -
HSV(B) 238.2º 0.71% 0.74% -
XYZ 12.22 7.57 48.39 -
YUV 72.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 55 59 188 0.71 0.69 0 0.26 238.2 0.55 0.48
Hex 37 3B BC 47 45 0 1A EE 37 30
Octal 67 73 274 107 105 0 32 356 67 60
Binary 110111 111011 10111100 1000111 1000101 0 11010 11101110 110111 110000

Color Harmonies of #373BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BBC

Black with #373BBC

Text Example


Text Example

White with #373BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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