Html Css Color HEX #23327C Resolution Blue

📋 copy color: '#23327C'

red 35 ◦ green 50 ◦ blue 124

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

Shades of Resolution Blue #23327C

Tints of Resolution Blue #23327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 16.75%
G = 23.92%
B = 59.33%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23327C (or 0x23327C) is known color: Resolution Blue. HEX triplet: 23, 32 and 7C. RGB value is (35,50,124). Sum of RGB (Red+Green+Blue) = 35+50+124=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #23327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23327C is #DCCD83. Grayscale: #353535. Windows color (decimal): -14470532 or 8139299. OLE color: 8139299.

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

Color convert

RGB 35 50 124 -
CMYK 0.72 0.60 0 0.51
HSL 229.89º 0.56% 0.31% -
HSV(B) 229.89º 0.72% 0.49% -
XYZ 5.47 4.09 19.57 -
YUV 53.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 35 50 124 0.72 0.60 0 0.51 229.89 0.56 0.31
Hex 23 32 7C 48 3C 0 33 E6 38 1F
Octal 43 62 174 110 74 0 63 346 70 37
Binary 100011 110010 1111100 1001000 111100 0 110011 11100110 111000 11111

Color Harmonies of #23327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23327C

Black with #23327C

Text Example


Text Example

White with #23327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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