Html Css Color HEX #7387B3 Ship Cove

📋 copy color: '#7387B3'

red 115 ◦ green 135 ◦ blue 179

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

Shades of Ship Cove #7387B3

Tints of Ship Cove #7387B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 26.81%
G = 31.47%
B = 41.72%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7387B3 (or 0x7387B3) is known color: Ship Cove. HEX triplet: 73, 87 and B3. RGB value is (115,135,179). Sum of RGB (Red+Green+Blue) = 115+135+179=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #7387B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387B3 is #8C784C. Grayscale: #858585. Windows color (decimal): -9205837 or 11765619. OLE color: 11765619.

HSL color Cylindrical-coordinate representation of color #7387B3: hue angle of 221.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7387B3 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 135 179 -
CMYK 0.36 0.25 0 0.30
HSL 221.25º 0.3% 0.58% -
HSV(B) 221.25º 0.36% 0.7% -
XYZ 23.87 24.23 46.07 -
YUV 134.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 115 135 179 0.36 0.25 0 0.30 221.25 0.3 0.58
Hex 73 87 B3 24 19 0 1E DD 1E 3A
Octal 163 207 263 44 31 0 36 335 36 72
Binary 1110011 10000111 10110011 100100 11001 0 11110 11011101 11110 111010

Color Harmonies of #7387B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7387B3

Black with #7387B3

Text Example


Text Example

White with #7387B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7387B3; }

 p { color: rgb(115,135,179); }

 H1.HeaderClassName
 {
   color: #7387B3;
 }
 .AnyTagClassName
 {
   color: #7387B3;
 }
</style>

background-color css

<style>
 a { background-color: #7387B3; }

 a { background-color: rgb(115,135,179); }

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

border-color css

<style>
 span { border-color: #7387B3; }

 span { border-color: rgb(115,135,179); }

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