Html Css Color HEX #266063 Blue Stone

📋 copy color: '#266063'

red 38 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #266063

Tints of Blue Stone #266063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 16.31%
G = 41.2%
B = 42.49%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#266063 (or 0x266063) is known color: Blue Stone. HEX triplet: 26, 60 and 63. RGB value is (38,96,99). Sum of RGB (Red+Green+Blue) = 38+96+99=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #266063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266063 is #D99F9C. Grayscale: #4E4E4E. Windows color (decimal): -14262173 or 6512678. OLE color: 6512678.

HSL color Cylindrical-coordinate representation of color #266063: hue angle of 182.95º 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 #266063 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 96 99 -
CMYK 0.62 0.03 0 0.61
HSL 182.95º 0.45% 0.27% -
HSV(B) 182.95º 0.62% 0.39% -
XYZ 7.23 9.68 13.29 -
YUV 79 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 38 96 99 0.62 0.03 0 0.61 182.95 0.45 0.27
Hex 26 60 63 3E 3 0 3D B7 2D 1B
Octal 46 140 143 76 3 0 75 267 55 33
Binary 100110 1100000 1100011 111110 11 0 111101 10110111 101101 11011

Color Harmonies of #266063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266063

Black with #266063

Text Example


Text Example

White with #266063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266063; }

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

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

background-color css

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

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

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

border-color css

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

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

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