#265F67

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

Shades of Blumine #265F67

Tints of Blumine #265F67

Color information

#265F67 (or 0x265F67) is unknown color: approx Blumine. HEX triplet: 26, 5F and 67. RGB value is (38,95,103). Sum of RGB (Red+Green+Blue) = 38+95+103=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #265F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F67 is #D9A098. Grayscale: #4E4E4E. Windows color (decimal): -14262425 or 6774566. OLE color: 6774566.

HSL color Cylindrical-coordinate representation of color #265F67: hue angle of 187.38º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265F67 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3895103-
CMYK0.630.0800.60
HSL187.38º46.1%27.65%-
HSV(B)187.38º63.11%40.39%-
XYZ7.349.5814.29-
YUV78.87141.6298.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=16.10%
G=40.25%
B=43.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38951030.630.0800.60187.3846.127.65
Hex265F673F803Cbb2e1c
Octal4613714777100742735634
Binary10011010111111100111111111100001111001011101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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