Html Css Color HEX #277B5C Deep Sea

📋 copy color: '#277B5C'

red 39 ◦ green 123 ◦ blue 92

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

Shades of Deep Sea #277B5C

Tints of Deep Sea #277B5C

RGB

 RED value IS 39 (15.63% from 255) = 15.35%

 GREEN value IS 123 (48.44% from 255) = 48.43%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 15.35%
G = 48.43%
B = 36.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#277B5C (or 0x277B5C) is known color: Deep Sea. HEX triplet: 27, 7B and 5C. RGB value is (39,123,92). Sum of RGB (Red+Green+Blue) = 39+123+92=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #277B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B5C is #D884A3. Grayscale: #5E5E5E. Windows color (decimal): -14189732 or 6060839. OLE color: 6060839.

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

Color convert

RGB 39 123 92 -
CMYK 0.68 0 0.25 0.52
HSL 157.86º 0.52% 0.32% -
HSV(B) 157.86º 0.68% 0.48% -
XYZ 9.85 15.37 12.57 -
YUV 94.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 39 123 92 0.68 0 0.25 0.52 157.86 0.52 0.32
Hex 27 7B 5C 44 0 19 34 9E 34 20
Octal 47 173 134 104 0 31 64 236 64 40
Binary 100111 1111011 1011100 1000100 0 11001 110100 10011110 110100 100000

Color Harmonies of #277B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277B5C

Black with #277B5C

Text Example


Text Example

White with #277B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #277B5C;
 }
 .AnyTagClassName
 {
   color: #277B5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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