Html Css Color HEX #7372BC Chetwode Blue

📋 copy color: '#7372BC'

red 115 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #7372BC

Tints of Chetwode Blue #7372BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

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

R = 27.58%
G = 27.34%
B = 45.08%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7372BC (or 0x7372BC) is known color: Chetwode Blue. HEX triplet: 73, 72 and BC. RGB value is (115,114,188). Sum of RGB (Red+Green+Blue) = 115+114+188=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7372BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372BC is #8C8D43. Grayscale: #7A7A7A. Windows color (decimal): -9211204 or 12350067. OLE color: 12350067.

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

Color convert

RGB 115 114 188 -
CMYK 0.39 0.39 0 0.26
HSL 240.81º 0.36% 0.59% -
HSV(B) 240.81º 0.39% 0.74% -
XYZ 22.16 19.31 50.14 -
YUV 122.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 115 114 188 0.39 0.39 0 0.26 240.81 0.36 0.59
Hex 73 72 BC 27 27 0 1A F1 24 3B
Octal 163 162 274 47 47 0 32 361 44 73
Binary 1110011 1110010 10111100 100111 100111 0 11010 11110001 100100 111011

Color Harmonies of #7372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7372BC

Black with #7372BC

Text Example


Text Example

White with #7372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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