Html Css Color HEX #276069 Blumine

📋 copy color: '#276069'

red 39 ◦ green 96 ◦ blue 105

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

Shades of Blumine #276069

Tints of Blumine #276069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 16.25%
G = 40%
B = 43.75%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#276069 (or 0x276069) is known color: Blumine. HEX triplet: 27, 60 and 69. RGB value is (39,96,105). Sum of RGB (Red+Green+Blue) = 39+96+105=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #276069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276069 is #D89F96. Grayscale: #4F4F4F. Windows color (decimal): -14196631 or 6905895. OLE color: 6905895.

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

Color convert

RGB 39 96 105 -
CMYK 0.63 0.09 0 0.59
HSL 188.18º 0.46% 0.28% -
HSV(B) 188.18º 0.63% 0.41% -
XYZ 7.57 9.82 14.86 -
YUV 79.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 39 96 105 0.63 0.09 0 0.59 188.18 0.46 0.28
Hex 27 60 69 3F 9 0 3B BC 2E 1C
Octal 47 140 151 77 11 0 73 274 56 34
Binary 100111 1100000 1101001 111111 1001 0 111011 10111100 101110 11100

Color Harmonies of #276069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276069

Black with #276069

Text Example


Text Example

White with #276069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276069; }

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

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

background-color css

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

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

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

border-color css

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

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

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