Html Css Color HEX #2316CC Medium Blue

📋 copy color: '#2316CC'

red 35 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #2316CC

Tints of Medium Blue #2316CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 78.16%

R = 13.41%
G = 8.43%
B = 78.16%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2316CC (or 0x2316CC) is known color: Medium Blue. HEX triplet: 23, 16 and CC. RGB value is (35,22,204). Sum of RGB (Red+Green+Blue) = 35+22+204=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2316CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316CC is #DCE933. Grayscale: #2D2D2D. Windows color (decimal): -14477620 or 13375011. OLE color: 13375011.

HSL color Cylindrical-coordinate representation of color #2316CC: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2316CC is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 22 204 -
CMYK 0.83 0.89 0 0.2
HSL 244.29º 0.81% 0.44% -
HSV(B) 244.29º 0.89% 0.8% -
XYZ 11.88 5.29 57.52 -
YUV 46.64 216.81 119.7 -
System Red Green Blue C M Y K H S L
Decimal 35 22 204 0.83 0.89 0 0.2 244.29 0.81 0.44
Hex 23 16 CC 53 59 0 14 F4 51 2C
Octal 43 26 314 123 131 0 24 364 121 54
Binary 100011 10110 11001100 1010011 1011001 0 10100 11110100 1010001 101100

Color Harmonies of #2316CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2316CC

Black with #2316CC

Text Example


Text Example

White with #2316CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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