#277A5C

Color #277A5C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #277A5C

Tints of Deep Sea #277A5C

Color information

#277A5C (or 0x277A5C) is unknown color: approx Deep Sea. HEX triplet: 27, 7A and 5C. RGB value is (39,122,92). Sum of RGB (Red+Green+Blue) = 39+122+92=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #277A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A5C is #D885A3. Grayscale: #5D5D5D. Windows color (decimal): -14189988 or 6060583. OLE color: 6060583.

HSL color Cylindrical-coordinate representation of color #277A5C: hue angle of 158.31º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A5C is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB3912292-
CMYK0.6800.250.52
HSL158.31º51.55%31.57%-
HSV(B)158.31º68.03%47.84%-
XYZ9.7315.1212.53-
YUV93.7612788.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=15.42%
G=48.22%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39122920.6800.250.52158.3151.5531.57
Hex277A5C44019349e3420
Octal47172134104031642366440
Binary10011111110101011100100010001100111010010011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A5C; }

 p { color: rgb(39,122,92); }

 H1.HeaderClassName
 {
   color: #277A5C;
 }
 .AnyTagClassName
 {
   color: #277A5C;
 }
</style>
background-color css

<style>
 a { background-color: #277A5C; }

 a { background-color: rgb(39,122,92); }

 div.DivClassName
 {
   background-color: #277A5C;
 }
 .BgClassName
 {
   background-color: #277A5C;
 }
</style>
border-color css

<style>
 span { border-color: #277A5C; }

 span { border-color: rgb(39,122,92); }

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