Html Css Color HEX #276268 Blue Stone

📋 copy color: '#276268'

red 39 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #276268

Tints of Blue Stone #276268

RGB

 RED value IS 39 (15.63% from 255) = 16.18%

 GREEN value IS 98 (38.67% from 255) = 40.66%

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 16.18%
G = 40.66%
B = 43.15%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#276268 (or 0x276268) is known color: Blue Stone. HEX triplet: 27, 62 and 68. RGB value is (39,98,104). Sum of RGB (Red+Green+Blue) = 39+98+104=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #276268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276268 is #D89D97. Grayscale: #505050. Windows color (decimal): -14196120 or 6840871. OLE color: 6840871.

HSL color Cylindrical-coordinate representation of color #276268: hue angle of 185.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276268 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 98 104 -
CMYK 0.62 0.06 0 0.59
HSL 185.54º 0.45% 0.28% -
HSV(B) 185.54º 0.63% 0.41% -
XYZ 7.7 10.17 14.65 -
YUV 81.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 39 98 104 0.62 0.06 0 0.59 185.54 0.45 0.28
Hex 27 62 68 3E 6 0 3B BA 2D 1C
Octal 47 142 150 76 6 0 73 272 55 34
Binary 100111 1100010 1101000 111110 110 0 111011 10111010 101101 11100

Color Harmonies of #276268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276268

Black with #276268

Text Example


Text Example

White with #276268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276268; }

 p { color: rgb(39,98,104); }

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

background-color css

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

 a { background-color: rgb(39,98,104); }

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

border-color css

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

 span { border-color: rgb(39,98,104); }

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