#232F72

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

Shades of Resolution Blue #232F72

Tints of Resolution Blue #232F72

Color information

#232F72 (or 0x232F72) is unknown color: approx Resolution Blue. HEX triplet: 23, 2F and 72. RGB value is (35,47,114). Sum of RGB (Red+Green+Blue) = 35+47+114=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #232F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F72 is #DCD08D. Grayscale: #323232. Windows color (decimal): -14471310 or 7483171. OLE color: 7483171.

HSL color Cylindrical-coordinate representation of color #232F72: hue angle of 230.89º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232F72 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3547114-
CMYK0.690.5900.55
HSL230.89º53.02%29.22%-
HSV(B)230.89º69.3%44.71%-
XYZ4.753.6116.37-
YUV51.05163.52116.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=17.86%
G=23.98%
B=58.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35471140.690.5900.55230.8953.0229.22
Hex232F72453B037e7351d
Octal4357162105730673476535
Binary1000111011111110010100010111101101101111110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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