#263252

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

Shades of Bunting #263252

Tints of Bunting #263252

Color information

#263252 (or 0x263252) is unknown color: approx Bunting. HEX triplet: 26, 32 and 52. RGB value is (38,50,82). Sum of RGB (Red+Green+Blue) = 38+50+82=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #263252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263252 is #D9CDAD. Grayscale: #313131. Windows color (decimal): -14273966 or 5386790. OLE color: 5386790.

HSL color Cylindrical-coordinate representation of color #263252: hue angle of 223.64º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263252 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB385082-
CMYK0.540.3900.68
HSL223.64º36.67%23.53%-
HSV(B)223.64º53.66%32.16%-
XYZ3.463.38.44-
YUV50.06146.02119.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=22.35%
G=29.41%
B=48.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3850820.540.3900.68223.6436.6723.53
Hex2632523627044e02518
Octal4662122664701043404530
Binary1001101100101010010110110100111010001001110000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263252; }

 p { color: rgb(38,50,82); }

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

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

 a { background-color: rgb(38,50,82); }

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

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

 span { border-color: rgb(38,50,82); }

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