#266069

Color #266069 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #266069

Tints of Blumine #266069

Color information

#266069 (or 0x266069) is unknown color: approx Blumine. HEX triplet: 26, 60 and 69. RGB value is (38,96,105). Sum of RGB (Red+Green+Blue) = 38+96+105=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #266069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266069 is #D99F96. Grayscale: #4F4F4F. Windows color (decimal): -14262167 or 6905894. OLE color: 6905894.

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

Color convert

RGB3896105-
CMYK0.640.0900.59
HSL188.06º46.85%28.04%-
HSV(B)188.06º63.81%41.18%-
XYZ7.539.814.86-
YUV79.68142.2898.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=15.90%
G=40.17%
B=43.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38961050.640.0900.59188.0646.8528.04
Hex26606940903Bbc2f1c
Octal46140151100110732745734
Binary100110110000011010011000000100101110111011110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266069; }

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

 H1.HeaderClassName
 {
   color: #266069;
 }
 .AnyTagClassName
 {
   color: #266069;
 }
</style>
background-color css

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

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

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

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

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

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