Html Css Color HEX #266463 Blue Stone

📋 copy color: '#266463'

red 38 ◦ green 100 ◦ blue 99

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

Shades of Blue Stone #266463

Tints of Blue Stone #266463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 16.03%
G = 42.19%
B = 41.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#266463 (or 0x266463) is known color: Blue Stone. HEX triplet: 26, 64 and 63. RGB value is (38,100,99). Sum of RGB (Red+Green+Blue) = 38+100+99=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #266463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266463 is #D99B9C. Grayscale: #515151. Windows color (decimal): -14261149 or 6513702. OLE color: 6513702.

HSL color Cylindrical-coordinate representation of color #266463: hue angle of 179.03º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266463 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 100 99 -
CMYK 0.62 0 0.01 0.61
HSL 179.03º 0.45% 0.27% -
HSV(B) 179.03º 0.62% 0.39% -
XYZ 7.61 10.43 13.42 -
YUV 81.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 38 100 99 0.62 0 0.01 0.61 179.03 0.45 0.27
Hex 26 64 63 3E 0 1 3D B3 2D 1B
Octal 46 144 143 76 0 1 75 263 55 33
Binary 100110 1100100 1100011 111110 0 1 111101 10110011 101101 11011

Color Harmonies of #266463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266463

Black with #266463

Text Example


Text Example

White with #266463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266463; }

 p { color: rgb(38,100,99); }

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

background-color css

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

 a { background-color: rgb(38,100,99); }

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

border-color css

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

 span { border-color: rgb(38,100,99); }

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