#275E62

Color #275E62 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #275E62

Tints of Blue Stone #275E62

Color information

#275E62 (or 0x275E62) is unknown color: approx Blue Stone. HEX triplet: 27, 5E and 62. RGB value is (39,94,98). Sum of RGB (Red+Green+Blue) = 39+94+98=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #275E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E62 is #D8A19D. Grayscale: #4D4D4D. Windows color (decimal): -14197150 or 6446631. OLE color: 6446631.

HSL color Cylindrical-coordinate representation of color #275E62: hue angle of 184.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275E62 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB399498-
CMYK0.600.0400.62
HSL184.07º43.07%26.86%-
HSV(B)184.07º60.2%38.43%-
XYZ7.049.3212.98-
YUV78.01139.28100.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=16.88%
G=40.69%
B=42.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3994980.600.0400.62184.0743.0726.86
Hex275E623C403Eb82b1b
Octal471361427440762705333
Binary1001111011110110001011110010001111101011100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,98); }

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

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

 a { background-color: rgb(39,94,98); }

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

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

 span { border-color: rgb(39,94,98); }

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