Html Css Color HEX #7278BC Chetwode Blue

📋 copy color: '#7278BC'

red 114 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #7278BC

Tints of Chetwode Blue #7278BC

RGB

 RED value IS 114 (44.92% from 255) = 27.01%

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 27.01%
G = 28.44%
B = 44.55%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7278BC (or 0x7278BC) is known color: Chetwode Blue. HEX triplet: 72, 78 and BC. RGB value is (114,120,188). Sum of RGB (Red+Green+Blue) = 114+120+188=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7278BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278BC is #8D8743. Grayscale: #7D7D7D. Windows color (decimal): -9275204 or 12351602. OLE color: 12351602.

HSL color Cylindrical-coordinate representation of color #7278BC: hue angle of 235.14º 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 #7278BC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 120 188 -
CMYK 0.39 0.36 0 0.26
HSL 235.14º 0.36% 0.59% -
HSV(B) 235.14º 0.39% 0.74% -
XYZ 22.73 20.64 50.36 -
YUV 125.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 114 120 188 0.39 0.36 0 0.26 235.14 0.36 0.59
Hex 72 78 BC 27 24 0 1A EB 24 3B
Octal 162 170 274 47 44 0 32 353 44 73
Binary 1110010 1111000 10111100 100111 100100 0 11010 11101011 100100 111011

Color Harmonies of #7278BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7278BC

Black with #7278BC

Text Example


Text Example

White with #7278BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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