Html Css Color HEX #7287B2 Ship Cove

📋 copy color: '#7287B2'

red 114 ◦ green 135 ◦ blue 178

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

Shades of Ship Cove #7287B2

Tints of Ship Cove #7287B2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 26.7%
G = 31.62%
B = 41.69%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7287B2 (or 0x7287B2) is known color: Ship Cove. HEX triplet: 72, 87 and B2. RGB value is (114,135,178). Sum of RGB (Red+Green+Blue) = 114+135+178=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #7287B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7287B2 is #8D784D. Grayscale: #858585. Windows color (decimal): -9271374 or 11700082. OLE color: 11700082.

HSL color Cylindrical-coordinate representation of color #7287B2: hue angle of 220.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7287B2 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 135 178 -
CMYK 0.36 0.24 0 0.30
HSL 220.31º 0.29% 0.57% -
HSV(B) 220.31º 0.36% 0.7% -
XYZ 23.64 24.12 45.53 -
YUV 133.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 114 135 178 0.36 0.24 0 0.30 220.31 0.29 0.57
Hex 72 87 B2 24 18 0 1E DC 1D 39
Octal 162 207 262 44 30 0 36 334 35 71
Binary 1110010 10000111 10110010 100100 11000 0 11110 11011100 11101 111001

Color Harmonies of #7287B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7287B2

Black with #7287B2

Text Example


Text Example

White with #7287B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7287B2; }

 p { color: rgb(114,135,178); }

 H1.HeaderClassName
 {
   color: #7287B2;
 }
 .AnyTagClassName
 {
   color: #7287B2;
 }
</style>

background-color css

<style>
 a { background-color: #7287B2; }

 a { background-color: rgb(114,135,178); }

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

border-color css

<style>
 span { border-color: #7287B2; }

 span { border-color: rgb(114,135,178); }

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