#263450

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

Shades of Bunting #263450

Tints of Bunting #263450

Color information

#263450 (or 0x263450) is unknown color: approx Bunting. HEX triplet: 26, 34 and 50. RGB value is (38,52,80). Sum of RGB (Red+Green+Blue) = 38+52+80=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #263450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263450 is #D9CBAF. Grayscale: #323232. Windows color (decimal): -14273456 or 5256230. OLE color: 5256230.

HSL color Cylindrical-coordinate representation of color #263450: hue angle of 220º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263450 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB385280-
CMYK0.520.3500.69
HSL220º35.59%23.14%-
HSV(B)220º52.5%31.37%-
XYZ3.483.458.07-
YUV51.01144.36118.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=22.35%
G=30.59%
B=47.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3852800.520.3500.6922035.5923.14
Hex2634503423045dc2417
Octal4664120644301053344427
Binary1001101101001010000110100100011010001011101110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263450; }

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

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

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

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

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

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

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

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