Html Css Color HEX #275D4B Evening Sea

📋 copy color: '#275D4B'

red 39 ◦ green 93 ◦ blue 75

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

Shades of Evening Sea #275D4B

Tints of Evening Sea #275D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.93%

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 18.84%
G = 44.93%
B = 36.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#275D4B (or 0x275D4B) is known color: Evening Sea. HEX triplet: 27, 5D and 4B. RGB value is (39,93,75). Sum of RGB (Red+Green+Blue) = 39+93+75=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #275D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D4B is #D8A2B4. Grayscale: #4A4A4A. Windows color (decimal): -14197429 or 4939047. OLE color: 4939047.

HSL color Cylindrical-coordinate representation of color #275D4B: hue angle of 160º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D4B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 93 75 -
CMYK 0.58 0 0.19 0.64
HSL 160º 0.41% 0.26% -
HSV(B) 160º 0.58% 0.36% -
XYZ 6.02 8.77 8.03 -
YUV 74.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 39 93 75 0.58 0 0.19 0.64 160 0.41 0.26
Hex 27 5D 4B 3A 0 13 40 A0 29 1A
Octal 47 135 113 72 0 23 100 240 51 32
Binary 100111 1011101 1001011 111010 0 10011 1000000 10100000 101001 11010

Color Harmonies of #275D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D4B

Black with #275D4B

Text Example


Text Example

White with #275D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275D4B; }

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

 H1.HeaderClassName
 {
   color: #275D4B;
 }
 .AnyTagClassName
 {
   color: #275D4B;
 }
</style>

background-color css

<style>
 a { background-color: #275D4B; }

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

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

border-color css

<style>
 span { border-color: #275D4B; }

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

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