#265F6B

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

Shades of Blumine #265F6B

Tints of Blumine #265F6B

Color information

#265F6B (or 0x265F6B) is unknown color: approx Blumine. HEX triplet: 26, 5F and 6B. RGB value is (38,95,107). Sum of RGB (Red+Green+Blue) = 38+95+107=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #265F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F6B is #D9A094. Grayscale: #4F4F4F. Windows color (decimal): -14262421 or 7036710. OLE color: 7036710.

HSL color Cylindrical-coordinate representation of color #265F6B: hue angle of 190.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265F6B is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3895107-
CMYK0.640.1100.58
HSL190.43º47.59%28.43%-
HSV(B)190.43º64.49%41.96%-
XYZ7.559.6615.38-
YUV79.32143.6298.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=15.83%
G=39.58%
B=44.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38951070.640.1100.58190.4347.5928.43
Hex265F6B40B03Abe301c
Octal46137153100130722766034
Binary100110101111111010111000000101101110101011111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265F6B; }

 p { color: rgb(38,95,107); }

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

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

 a { background-color: rgb(38,95,107); }

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

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

 span { border-color: rgb(38,95,107); }

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