Html Css Color HEX #265D60 Blue Stone

📋 copy color: '#265D60'

red 38 ◦ green 93 ◦ blue 96

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

Shades of Blue Stone #265D60

Tints of Blue Stone #265D60

RGB

 RED value IS 38 (15.23% from 255) = 16.74%

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 16.74%
G = 40.97%
B = 42.29%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265D60 (or 0x265D60) is known color: Blue Stone. HEX triplet: 26, 5D and 60. RGB value is (38,93,96). Sum of RGB (Red+Green+Blue) = 38+93+96=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #265D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D60 is #D9A29F. Grayscale: #4C4C4C. Windows color (decimal): -14262944 or 6315302. OLE color: 6315302.

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

Color convert

RGB 38 93 96 -
CMYK 0.60 0.03 0 0.62
HSL 183.1º 0.43% 0.26% -
HSV(B) 183.1º 0.6% 0.38% -
XYZ 6.83 9.09 12.46 -
YUV 76.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 38 93 96 0.60 0.03 0 0.62 183.1 0.43 0.26
Hex 26 5D 60 3C 3 0 3E B7 2B 1A
Octal 46 135 140 74 3 0 76 267 53 32
Binary 100110 1011101 1100000 111100 11 0 111110 10110111 101011 11010

Color Harmonies of #265D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D60

Black with #265D60

Text Example


Text Example

White with #265D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,96); }

 H1.HeaderClassName
 {
   color: #265D60;
 }
 .AnyTagClassName
 {
   color: #265D60;
 }
</style>

background-color css

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

 a { background-color: rgb(38,93,96); }

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

border-color css

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

 span { border-color: rgb(38,93,96); }

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