Html Css Color HEX #23316B Resolution Blue

📋 copy color: '#23316B'

red 35 ◦ green 49 ◦ blue 107

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

Shades of Resolution Blue #23316B

Tints of Resolution Blue #23316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.02%

R = 18.32%
G = 25.65%
B = 56.02%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23316B (or 0x23316B) is known color: Resolution Blue. HEX triplet: 23, 31 and 6B. RGB value is (35,49,107). Sum of RGB (Red+Green+Blue) = 35+49+107=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #23316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23316B is #DCCE94. Grayscale: #333333. Windows color (decimal): -14470805 or 7024931. OLE color: 7024931.

HSL color Cylindrical-coordinate representation of color #23316B: hue angle of 228.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23316B is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 49 107 -
CMYK 0.67 0.54 0 0.58
HSL 228.33º 0.51% 0.28% -
HSV(B) 228.33º 0.67% 0.42% -
XYZ 4.45 3.62 14.37 -
YUV 51.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 35 49 107 0.67 0.54 0 0.58 228.33 0.51 0.28
Hex 23 31 6B 43 36 0 3A E4 33 1C
Octal 43 61 153 103 66 0 72 344 63 34
Binary 100011 110001 1101011 1000011 110110 0 111010 11100100 110011 11100

Color Harmonies of #23316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23316B

Black with #23316B

Text Example


Text Example

White with #23316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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