Html Css Color HEX #265F65 Blue Stone

📋 copy color: '#265F65'

red 38 ◦ green 95 ◦ blue 101

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

Shades of Blue Stone #265F65

Tints of Blue Stone #265F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 16.24%
G = 40.6%
B = 43.16%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265F65 (or 0x265F65) is known color: Blue Stone. HEX triplet: 26, 5F and 65. RGB value is (38,95,101). Sum of RGB (Red+Green+Blue) = 38+95+101=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #265F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F65 is #D9A09A. Grayscale: #4E4E4E. Windows color (decimal): -14262427 or 6643494. OLE color: 6643494.

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

Color convert

RGB 38 95 101 -
CMYK 0.62 0.06 0 0.60
HSL 185.71º 0.45% 0.27% -
HSV(B) 185.71º 0.62% 0.4% -
XYZ 7.24 9.54 13.77 -
YUV 78.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 38 95 101 0.62 0.06 0 0.60 185.71 0.45 0.27
Hex 26 5F 65 3E 6 0 3C BA 2D 1B
Octal 46 137 145 76 6 0 74 272 55 33
Binary 100110 1011111 1100101 111110 110 0 111100 10111010 101101 11011

Color Harmonies of #265F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F65

Black with #265F65

Text Example


Text Example

White with #265F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,101); }

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

background-color css

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

 a { background-color: rgb(38,95,101); }

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

border-color css

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

 span { border-color: rgb(38,95,101); }

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