#263148

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

Shades of Bunting #263148

Tints of Bunting #263148

Color information

#263148 (or 0x263148) is unknown color: approx Bunting. HEX triplet: 26, 31 and 48. RGB value is (38,49,72). Sum of RGB (Red+Green+Blue) = 38+49+72=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #263148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263148 is #D9CEB7. Grayscale: #303030. Windows color (decimal): -14274232 or 4731174. OLE color: 4731174.

HSL color Cylindrical-coordinate representation of color #263148: hue angle of 220.59º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263148 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB384972-
CMYK0.470.3200.72
HSL220.59º30.91%21.57%-
HSV(B)220.59º47.22%28.24%-
XYZ3.073.086.56-
YUV48.33141.36120.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=23.90%
G=30.82%
B=45.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3849720.470.3200.72220.5930.9121.57
Hex2631482F20048dd1f16
Octal4661110574001103353726
Binary100110110001100100010111110000001001000110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263148; }

 p { color: rgb(38,49,72); }

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

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

 a { background-color: rgb(38,49,72); }

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

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

 span { border-color: rgb(38,49,72); }

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