Html Css Color HEX #276068 Blumine

📋 copy color: '#276068'

red 39 ◦ green 96 ◦ blue 104

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

Shades of Blumine #276068

Tints of Blumine #276068

RGB

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

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

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

R = 16.32%
G = 40.17%
B = 43.51%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#276068 (or 0x276068) is known color: Blumine. HEX triplet: 27, 60 and 68. RGB value is (39,96,104). Sum of RGB (Red+Green+Blue) = 39+96+104=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #276068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276068 is #D89F97. Grayscale: #4F4F4F. Windows color (decimal): -14196632 or 6840359. OLE color: 6840359.

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

Color convert

RGB 39 96 104 -
CMYK 0.62 0.08 0 0.59
HSL 187.38º 0.45% 0.28% -
HSV(B) 187.38º 0.63% 0.41% -
XYZ 7.52 9.8 14.59 -
YUV 79.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 39 96 104 0.62 0.08 0 0.59 187.38 0.45 0.28
Hex 27 60 68 3E 8 0 3B BB 2D 1C
Octal 47 140 150 76 10 0 73 273 55 34
Binary 100111 1100000 1101000 111110 1000 0 111011 10111011 101101 11100

Color Harmonies of #276068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276068

Black with #276068

Text Example


Text Example

White with #276068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276068; }

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

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

background-color css

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

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

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

border-color css

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

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

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