Html Css Color HEX #266361 Blue Stone

📋 copy color: '#266361'

red 38 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #266361

Tints of Blue Stone #266361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

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

R = 16.24%
G = 42.31%
B = 41.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#266361 (or 0x266361) is known color: Blue Stone. HEX triplet: 26, 63 and 61. RGB value is (38,99,97). Sum of RGB (Red+Green+Blue) = 38+99+97=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #266361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266361 is #D99C9E. Grayscale: #505050. Windows color (decimal): -14261407 or 6382374. OLE color: 6382374.

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

Color convert

RGB 38 99 97 -
CMYK 0.62 0 0.02 0.61
HSL 178.03º 0.45% 0.27% -
HSV(B) 178.03º 0.62% 0.39% -
XYZ 7.42 10.2 12.89 -
YUV 80.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 38 99 97 0.62 0 0.02 0.61 178.03 0.45 0.27
Hex 26 63 61 3E 0 2 3D B2 2D 1B
Octal 46 143 141 76 0 2 75 262 55 33
Binary 100110 1100011 1100001 111110 0 10 111101 10110010 101101 11011

Color Harmonies of #266361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266361

Black with #266361

Text Example


Text Example

White with #266361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266361; }

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

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

background-color css

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

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

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

border-color css

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

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

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