#2B334F

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

Shades of Bunting #2B334F

Tints of Bunting #2B334F

Color information

#2B334F (or 0x2B334F) is unknown color: approx Bunting. HEX triplet: 2B, 33 and 4F. RGB value is (43,51,79). Sum of RGB (Red+Green+Blue) = 43+51+79=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B334F is #D4CCB0. Grayscale: #333333. Windows color (decimal): -13946033 or 5190443. OLE color: 5190443.

HSL color Cylindrical-coordinate representation of color #2B334F: hue angle of 226.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B334F is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB435179-
CMYK0.460.3500.69
HSL226.67º29.51%23.92%-
HSV(B)226.67º45.57%30.98%-
XYZ3.593.457.87-
YUV51.8143.35121.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=24.86%
G=29.48%
B=45.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4351790.460.3500.69226.6729.5123.92
Hex2B334F2E23045e31e18
Octal5363117564301053433630
Binary101011110011100111110111010001101000101111000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B334F; }

 p { color: rgb(43,51,79); }

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

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

 a { background-color: rgb(43,51,79); }

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

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

 span { border-color: rgb(43,51,79); }

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