Html Css Color HEX #7370BC Chetwode Blue

📋 copy color: '#7370BC'

red 115 ◦ green 112 ◦ blue 188

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

Shades of Chetwode Blue #7370BC

Tints of Chetwode Blue #7370BC

RGB

 RED value IS 115 (45.31% from 255) = 27.71%

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 27.71%
G = 26.99%
B = 45.3%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7370BC (or 0x7370BC) is known color: Chetwode Blue. HEX triplet: 73, 70 and BC. RGB value is (115,112,188). Sum of RGB (Red+Green+Blue) = 115+112+188=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7370BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370BC is #8C8F43. Grayscale: #797979. Windows color (decimal): -9211716 or 12349555. OLE color: 12349555.

HSL color Cylindrical-coordinate representation of color #7370BC: hue angle of 242.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7370BC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 112 188 -
CMYK 0.39 0.40 0 0.26
HSL 242.37º 0.36% 0.59% -
HSV(B) 242.37º 0.4% 0.74% -
XYZ 21.94 18.86 50.06 -
YUV 121.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 115 112 188 0.39 0.40 0 0.26 242.37 0.36 0.59
Hex 73 70 BC 27 28 0 1A F2 24 3B
Octal 163 160 274 47 50 0 32 362 44 73
Binary 1110011 1110000 10111100 100111 101000 0 11010 11110010 100100 111011

Color Harmonies of #7370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370BC

Black with #7370BC

Text Example


Text Example

White with #7370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7370BC; }

 p { color: rgb(115,112,188); }

 H1.HeaderClassName
 {
   color: #7370BC;
 }
 .AnyTagClassName
 {
   color: #7370BC;
 }
</style>

background-color css

<style>
 a { background-color: #7370BC; }

 a { background-color: rgb(115,112,188); }

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

border-color css

<style>
 span { border-color: #7370BC; }

 span { border-color: rgb(115,112,188); }

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