#23368D

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

Shades of Resolution Blue #23368D

Tints of Resolution Blue #23368D

Color information

#23368D (or 0x23368D) is unknown color: approx Resolution Blue. HEX triplet: 23, 36 and 8D. RGB value is (35,54,141). Sum of RGB (Red+Green+Blue) = 35+54+141=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #23368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23368D is #DCC972. Grayscale: #393939. Windows color (decimal): -14469491 or 9254435. OLE color: 9254435.

HSL color Cylindrical-coordinate representation of color #23368D: hue angle of 229.25º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23368D is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3554141-
CMYK0.750.6200.45
HSL229.25º60.23%34.51%-
HSV(B)229.25º75.18%55.29%-
XYZ6.824.9225.79-
YUV58.24174.71111.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=15.22%
G=23.48%
B=61.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35541410.750.6200.45229.2560.2334.51
Hex23368D4B3E02De53c23
Octal4366215113760553457443
Binary100011110110100011011001011111110010110111100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23368D; }

 p { color: rgb(35,54,141); }

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

<style>
 a { background-color: #23368D; }

 a { background-color: rgb(35,54,141); }

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

<style>
 span { border-color: #23368D; }

 span { border-color: rgb(35,54,141); }

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