Html Css Color HEX #265B61 Blue Stone

📋 copy color: '#265B61'

red 38 ◦ green 91 ◦ blue 97

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

Shades of Blue Stone #265B61

Tints of Blue Stone #265B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 16.81%
G = 40.27%
B = 42.92%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265B61 (or 0x265B61) is known color: Blue Stone. HEX triplet: 26, 5B and 61. RGB value is (38,91,97). Sum of RGB (Red+Green+Blue) = 38+91+97=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #265B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B61 is #D9A49E. Grayscale: #4B4B4B. Windows color (decimal): -14263455 or 6380326. OLE color: 6380326.

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

Color convert

RGB 38 91 97 -
CMYK 0.61 0.06 0 0.62
HSL 186.1º 0.44% 0.26% -
HSV(B) 186.1º 0.61% 0.38% -
XYZ 6.7 8.76 12.65 -
YUV 75.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 38 91 97 0.61 0.06 0 0.62 186.1 0.44 0.26
Hex 26 5B 61 3D 6 0 3E BA 2C 1A
Octal 46 133 141 75 6 0 76 272 54 32
Binary 100110 1011011 1100001 111101 110 0 111110 10111010 101100 11010

Color Harmonies of #265B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B61

Black with #265B61

Text Example


Text Example

White with #265B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,91,97); }

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

background-color css

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

 a { background-color: rgb(38,91,97); }

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

border-color css

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

 span { border-color: rgb(38,91,97); }

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