#265C62

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

Shades of Blue Stone #265C62

Tints of Blue Stone #265C62

Color information

#265C62 (or 0x265C62) is unknown color: approx Blue Stone. HEX triplet: 26, 5C and 62. RGB value is (38,92,98). Sum of RGB (Red+Green+Blue) = 38+92+98=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #265C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C62 is #D9A39D. Grayscale: #4C4C4C. Windows color (decimal): -14263198 or 6446118. OLE color: 6446118.

HSL color Cylindrical-coordinate representation of color #265C62: hue angle of 186º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265C62 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB389298-
CMYK0.610.0600.62
HSL186º44.12%26.67%-
HSV(B)186º61.22%38.43%-
XYZ6.838.9512.92-
YUV76.54140.11100.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=16.67%
G=40.35%
B=42.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3892980.610.0600.6218644.1226.67
Hex265C623D603Eba2c1b
Octal461341427560762725433
Binary1001101011100110001011110111001111101011101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C62; }

 p { color: rgb(38,92,98); }

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

<style>
 a { background-color: #265C62; }

 a { background-color: rgb(38,92,98); }

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

<style>
 span { border-color: #265C62; }

 span { border-color: rgb(38,92,98); }

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