#2B384F

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

Shades of Biscay #2B384F

Tints of Biscay #2B384F

Color information

#2B384F (or 0x2B384F) is unknown color: approx Biscay. HEX triplet: 2B, 38 and 4F. RGB value is (43,56,79). Sum of RGB (Red+Green+Blue) = 43+56+79=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B384F is #D4C7B0. Grayscale: #363636. Windows color (decimal): -13944753 or 5191723. OLE color: 5191723.

HSL color Cylindrical-coordinate representation of color #2B384F: hue angle of 218.33º 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 #2B384F is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB435679-
CMYK0.460.2900.69
HSL218.33º29.51%23.92%-
HSV(B)218.33º45.57%30.98%-
XYZ3.823.917.95-
YUV54.74141.69119.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=24.16%
G=31.46%
B=44.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4356790.460.2900.69218.3329.5123.92
Hex2B384F2E1D045da1e18
Octal5370117563501053323630
Binary10101111100010011111011101110101000101110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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