Html Css Color HEX #23367C Resolution Blue

📋 copy color: '#23367C'

red 35 ◦ green 54 ◦ blue 124

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

Shades of Resolution Blue #23367C

Tints of Resolution Blue #23367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 16.43%
G = 25.35%
B = 58.22%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23367C (or 0x23367C) is known color: Resolution Blue. HEX triplet: 23, 36 and 7C. RGB value is (35,54,124). Sum of RGB (Red+Green+Blue) = 35+54+124=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #23367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23367C is #DCC983. Grayscale: #383838. Windows color (decimal): -14469508 or 8140323. OLE color: 8140323.

HSL color Cylindrical-coordinate representation of color #23367C: hue angle of 227.19º 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 #23367C is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 54 124 -
CMYK 0.72 0.56 0 0.51
HSL 227.19º 0.56% 0.31% -
HSV(B) 227.19º 0.72% 0.49% -
XYZ 5.65 4.45 19.63 -
YUV 56.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 35 54 124 0.72 0.56 0 0.51 227.19 0.56 0.31
Hex 23 36 7C 48 38 0 33 E3 38 1F
Octal 43 66 174 110 70 0 63 343 70 37
Binary 100011 110110 1111100 1001000 111000 0 110011 11100011 111000 11111

Color Harmonies of #23367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23367C

Black with #23367C

Text Example


Text Example

White with #23367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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