Html Css Color HEX #265B5D Blue Stone

📋 copy color: '#265B5D'

red 38 ◦ green 91 ◦ blue 93

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

Shades of Blue Stone #265B5D

Tints of Blue Stone #265B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 17.12%
G = 40.99%
B = 41.89%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#265B5D (or 0x265B5D) is known color: Blue Stone. HEX triplet: 26, 5B and 5D. RGB value is (38,91,93). Sum of RGB (Red+Green+Blue) = 38+91+93=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #265B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B5D is #D9A4A2. Grayscale: #4B4B4B. Windows color (decimal): -14263459 or 6118182. OLE color: 6118182.

HSL color Cylindrical-coordinate representation of color #265B5D: hue angle of 182.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265B5D is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 91 93 -
CMYK 0.59 0.02 0 0.64
HSL 182.18º 0.42% 0.26% -
HSV(B) 182.18º 0.59% 0.36% -
XYZ 6.52 8.68 11.69 -
YUV 75.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 38 91 93 0.59 0.02 0 0.64 182.18 0.42 0.26
Hex 26 5B 5D 3B 2 0 40 B6 2A 1A
Octal 46 133 135 73 2 0 100 266 52 32
Binary 100110 1011011 1011101 111011 10 0 1000000 10110110 101010 11010

Color Harmonies of #265B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B5D

Black with #265B5D

Text Example


Text Example

White with #265B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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