Html Css Color HEX #2316C7 Medium Blue

📋 copy color: '#2316C7'

red 35 ◦ green 22 ◦ blue 199

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

Shades of Medium Blue #2316C7

Tints of Medium Blue #2316C7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

 BLUE value IS 199 (78.13% from 255) = 77.73%

R = 13.67%
G = 8.59%
B = 77.73%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2316C7 (or 0x2316C7) is known color: Medium Blue. HEX triplet: 23, 16 and C7. RGB value is (35,22,199). Sum of RGB (Red+Green+Blue) = 35+22+199=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 199 (78.12% from 255 or 77.73% from 256); Max value from RGB is 199 - color contains mainly: blue. Hex color #2316C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316C7 is #DCE938. Grayscale: #2D2D2D. Windows color (decimal): -14477625 or 13047331. OLE color: 13047331.

HSL color Cylindrical-coordinate representation of color #2316C7: hue angle of 244.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2316C7 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 22 199 -
CMYK 0.82 0.89 0 0.22
HSL 244.41º 0.8% 0.43% -
HSV(B) 244.41º 0.89% 0.78% -
XYZ 11.29 5.05 54.41 -
YUV 46.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 35 22 199 0.82 0.89 0 0.22 244.41 0.8 0.43
Hex 23 16 C7 52 59 0 16 F4 50 2B
Octal 43 26 307 122 131 0 26 364 120 53
Binary 100011 10110 11000111 1010010 1011001 0 10110 11110100 1010000 101011

Color Harmonies of #2316C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2316C7

Black with #2316C7

Text Example


Text Example

White with #2316C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2316C7; }

 p { color: rgb(35,22,199); }

 H1.HeaderClassName
 {
   color: #2316C7;
 }
 .AnyTagClassName
 {
   color: #2316C7;
 }
</style>

background-color css

<style>
 a { background-color: #2316C7; }

 a { background-color: rgb(35,22,199); }

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

border-color css

<style>
 span { border-color: #2316C7; }

 span { border-color: rgb(35,22,199); }

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