Html Css Color HEX #23327B Resolution Blue

📋 copy color: '#23327B'

red 35 ◦ green 50 ◦ blue 123

#23327B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #23327B

Tints of Resolution Blue #23327B

RGB

 RED value IS 35 (14.06% from 255) = 16.83%

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 16.83%
G = 24.04%
B = 59.13%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23327B (or 0x23327B) is known color: Resolution Blue. HEX triplet: 23, 32 and 7B. RGB value is (35,50,123). Sum of RGB (Red+Green+Blue) = 35+50+123=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #23327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23327B is #DCCD84. Grayscale: #353535. Windows color (decimal): -14470533 or 8073763. OLE color: 8073763.

HSL color Cylindrical-coordinate representation of color #23327B: hue angle of 229.77º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23327B is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 50 123 -
CMYK 0.72 0.59 0 0.52
HSL 229.77º 0.56% 0.31% -
HSV(B) 229.77º 0.72% 0.48% -
XYZ 5.41 4.07 19.24 -
YUV 53.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 35 50 123 0.72 0.59 0 0.52 229.77 0.56 0.31
Hex 23 32 7B 48 3B 0 34 E6 38 1F
Octal 43 62 173 110 73 0 64 346 70 37
Binary 100011 110010 1111011 1001000 111011 0 110100 11100110 111000 11111

Color Harmonies of #23327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23327B

Black with #23327B

Text Example


Text Example

White with #23327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23327B; }

 p { color: rgb(35,50,123); }

 H1.HeaderClassName
 {
   color: #23327B;
 }
 .AnyTagClassName
 {
   color: #23327B;
 }
</style>

background-color css

<style>
 a { background-color: #23327B; }

 a { background-color: rgb(35,50,123); }

 div.DivClassName
 {
   background-color: #23327B;
 }
 .BgClassName
 {
   background-color: #23327B;
 }
</style>

border-color css

<style>
 span { border-color: #23327B; }

 span { border-color: rgb(35,50,123); }

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