#277B5D

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

Shades of Deep Sea #277B5D

Tints of Deep Sea #277B5D

Color information

#277B5D (or 0x277B5D) is unknown color: approx Deep Sea. HEX triplet: 27, 7B and 5D. RGB value is (39,123,93). Sum of RGB (Red+Green+Blue) = 39+123+93=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #277B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B5D is #D884A2. Grayscale: #5E5E5E. Windows color (decimal): -14189731 or 6126375. OLE color: 6126375.

HSL color Cylindrical-coordinate representation of color #277B5D: hue angle of 158.57º 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 #277B5D is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB3912393-
CMYK0.6800.240.52
HSL158.57º51.85%31.76%-
HSV(B)158.57º68.29%48.24%-
XYZ9.915.3912.8-
YUV94.46127.1788.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 123 (48.44% from 255) = 48.24%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=15.29%
G=48.24%
B=36.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123930.6800.240.52158.5751.8531.76
Hex277B5D44018349f3420
Octal47173135104030642376440
Binary10011111110111011101100010001100011010010011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,123,93); }

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

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

 a { background-color: rgb(39,123,93); }

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

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

 span { border-color: rgb(39,123,93); }

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