#232F7A

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

Shades of Resolution Blue #232F7A

Tints of Resolution Blue #232F7A

Color information

#232F7A (or 0x232F7A) is unknown color: approx Resolution Blue. HEX triplet: 23, 2F and 7A. RGB value is (35,47,122). Sum of RGB (Red+Green+Blue) = 35+47+122=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #232F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F7A is #DCD085. Grayscale: #333333. Windows color (decimal): -14471302 or 8007459. OLE color: 8007459.

HSL color Cylindrical-coordinate representation of color #232F7A: hue angle of 231.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232F7A is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3547122-
CMYK0.710.6100.52
HSL231.72º55.41%30.78%-
HSV(B)231.72º71.31%47.84%-
XYZ5.223.818.87-
YUV51.96167.52115.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=17.16%
G=23.04%
B=59.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35471220.710.6100.52231.7255.4130.78
Hex232F7A473D034e8371f
Octal4357172107750643506737
Binary1000111011111111010100011111110101101001110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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