#263449

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

Shades of Bunting #263449

Tints of Bunting #263449

Color information

#263449 (or 0x263449) is unknown color: approx Bunting. HEX triplet: 26, 34 and 49. RGB value is (38,52,73). Sum of RGB (Red+Green+Blue) = 38+52+73=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #263449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263449 is #D9CBB6. Grayscale: #323232. Windows color (decimal): -14273463 or 4797478. OLE color: 4797478.

HSL color Cylindrical-coordinate representation of color #263449: hue angle of 216º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263449 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385273-
CMYK0.480.2900.71
HSL216º31.53%21.76%-
HSV(B)216º47.95%28.63%-
XYZ3.233.356.78-
YUV50.21140.86119.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=23.31%
G=31.90%
B=44.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3852730.480.2900.7121631.5321.76
Hex263449301D047d82016
Octal4664111603501073304026
Binary100110110100100100111000011101010001111101100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263449; }

 p { color: rgb(38,52,73); }

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

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

 a { background-color: rgb(38,52,73); }

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

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

 span { border-color: rgb(38,52,73); }

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