#232F9F

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

Shades of Egyptian Blue #232F9F

Tints of Egyptian Blue #232F9F

Color information

#232F9F (or 0x232F9F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2F and 9F. RGB value is (35,47,159). Sum of RGB (Red+Green+Blue) = 35+47+159=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #232F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F9F is #DCD060. Grayscale: #373737. Windows color (decimal): -14471265 or 10432291. OLE color: 10432291.

HSL color Cylindrical-coordinate representation of color #232F9F: hue angle of 234.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232F9F is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3547159-
CMYK0.780.7000.38
HSL234.19º63.92%38.04%-
HSV(B)234.19º77.99%62.35%-
XYZ7.974.8933.33-
YUV56.18186.02112.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=14.52%
G=19.50%
B=65.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35471590.780.7000.38234.1963.9238.04
Hex232F9F4E46026ea4026
Octal435723711610604635210046
Binary10001110111110011111100111010001100100110111010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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