Html Css Color HEX #23317E Resolution Blue

📋 copy color: '#23317E'

red 35 ◦ green 49 ◦ blue 126

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

Shades of Resolution Blue #23317E

Tints of Resolution Blue #23317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 126 (49.61% from 255) = 60%

R = 16.67%
G = 23.33%
B = 60%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23317E (or 0x23317E) is known color: Resolution Blue. HEX triplet: 23, 31 and 7E. RGB value is (35,49,126). Sum of RGB (Red+Green+Blue) = 35+49+126=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #23317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23317E is #DCCE81. Grayscale: #353535. Windows color (decimal): -14470786 or 8270115. OLE color: 8270115.

HSL color Cylindrical-coordinate representation of color #23317E: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23317E is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 49 126 -
CMYK 0.72 0.61 0 0.51
HSL 230.77º 0.57% 0.32% -
HSV(B) 230.77º 0.72% 0.49% -
XYZ 5.56 4.06 20.23 -
YUV 53.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 35 49 126 0.72 0.61 0 0.51 230.77 0.57 0.32
Hex 23 31 7E 48 3D 0 33 E7 39 20
Octal 43 61 176 110 75 0 63 347 71 40
Binary 100011 110001 1111110 1001000 111101 0 110011 11100111 111001 100000

Color Harmonies of #23317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23317E

Black with #23317E

Text Example


Text Example

White with #23317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23317E; }

 p { color: rgb(35,49,126); }

 H1.HeaderClassName
 {
   color: #23317E;
 }
 .AnyTagClassName
 {
   color: #23317E;
 }
</style>

background-color css

<style>
 a { background-color: #23317E; }

 a { background-color: rgb(35,49,126); }

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

border-color css

<style>
 span { border-color: #23317E; }

 span { border-color: rgb(35,49,126); }

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