#263348

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

Shades of Bunting #263348

Tints of Bunting #263348

Color information

#263348 (or 0x263348) is unknown color: approx Bunting. HEX triplet: 26, 33 and 48. RGB value is (38,51,72). Sum of RGB (Red+Green+Blue) = 38+51+72=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #263348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263348 is #D9CCB7. Grayscale: #313131. Windows color (decimal): -14273720 or 4731686. OLE color: 4731686.

HSL color Cylindrical-coordinate representation of color #263348: hue angle of 217.06º 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 #263348 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB385172-
CMYK0.470.2900.72
HSL217.06º30.91%21.57%-
HSV(B)217.06º47.22%28.24%-
XYZ3.153.256.59-
YUV49.51140.69119.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=23.60%
G=31.68%
B=44.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3851720.470.2900.72217.0630.9121.57
Hex2633482F1D048d91f16
Octal4663110573501103313726
Binary10011011001110010001011111110101001000110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263348; }

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

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

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

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

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

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

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

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