Html Css Color HEX #276367 Blue Stone

📋 copy color: '#276367'

red 39 ◦ green 99 ◦ blue 103

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

Shades of Blue Stone #276367

Tints of Blue Stone #276367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 16.18%
G = 41.08%
B = 42.74%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#276367 (or 0x276367) is known color: Blue Stone. HEX triplet: 27, 63 and 67. RGB value is (39,99,103). Sum of RGB (Red+Green+Blue) = 39+99+103=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #276367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276367 is #D89C98. Grayscale: #515151. Windows color (decimal): -14195865 or 6775591. OLE color: 6775591.

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

Color convert

RGB 39 99 103 -
CMYK 0.62 0.04 0 0.60
HSL 183.75º 0.45% 0.28% -
HSV(B) 183.75º 0.62% 0.4% -
XYZ 7.75 10.33 14.42 -
YUV 81.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 39 99 103 0.62 0.04 0 0.60 183.75 0.45 0.28
Hex 27 63 67 3E 4 0 3C B8 2D 1C
Octal 47 143 147 76 4 0 74 270 55 34
Binary 100111 1100011 1100111 111110 100 0 111100 10111000 101101 11100

Color Harmonies of #276367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276367

Black with #276367

Text Example


Text Example

White with #276367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276367; }

 p { color: rgb(39,99,103); }

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

background-color css

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

 a { background-color: rgb(39,99,103); }

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

border-color css

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

 span { border-color: rgb(39,99,103); }

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