Html Css Color HEX #265E60 Blue Stone

📋 copy color: '#265E60'

red 38 ◦ green 94 ◦ blue 96

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

Shades of Blue Stone #265E60

Tints of Blue Stone #265E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

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

R = 16.67%
G = 41.23%
B = 42.11%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265E60 (or 0x265E60) is known color: Blue Stone. HEX triplet: 26, 5E and 60. RGB value is (38,94,96). Sum of RGB (Red+Green+Blue) = 38+94+96=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #265E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E60 is #D9A19F. Grayscale: #4D4D4D. Windows color (decimal): -14262688 or 6315558. OLE color: 6315558.

HSL color Cylindrical-coordinate representation of color #265E60: hue angle of 182.07º 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 #265E60 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 94 96 -
CMYK 0.60 0.02 0 0.62
HSL 182.07º 0.43% 0.26% -
HSV(B) 182.07º 0.6% 0.38% -
XYZ 6.91 9.26 12.49 -
YUV 77.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 38 94 96 0.60 0.02 0 0.62 182.07 0.43 0.26
Hex 26 5E 60 3C 2 0 3E B6 2B 1A
Octal 46 136 140 74 2 0 76 266 53 32
Binary 100110 1011110 1100000 111100 10 0 111110 10110110 101011 11010

Color Harmonies of #265E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E60

Black with #265E60

Text Example


Text Example

White with #265E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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