#232F4F

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

Shades of Bunting #232F4F

Tints of Bunting #232F4F

Color information

#232F4F (or 0x232F4F) is unknown color: approx Bunting. HEX triplet: 23, 2F and 4F. RGB value is (35,47,79). Sum of RGB (Red+Green+Blue) = 35+47+79=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #232F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F4F is #DCD0B0. Grayscale: #2E2E2E. Windows color (decimal): -14471345 or 5189411. OLE color: 5189411.

HSL color Cylindrical-coordinate representation of color #232F4F: hue angle of 223.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232F4F is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB354779-
CMYK0.560.4100.69
HSL223.64º38.6%22.35%-
HSV(B)223.64º55.7%30.98%-
XYZ3.122.957.8-
YUV47.06146.02119.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=21.74%
G=29.19%
B=49.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3547790.560.4100.69223.6438.622.35
Hex232F4F3829045e02716
Octal4357117705101053404726
Binary1000111011111001111111000101001010001011110000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F4F; }

 p { color: rgb(35,47,79); }

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

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

 a { background-color: rgb(35,47,79); }

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

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

 span { border-color: rgb(35,47,79); }

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