Html Css Color HEX #2315CA Medium Blue

📋 copy color: '#2315CA'

red 35 ◦ green 21 ◦ blue 202

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

Shades of Medium Blue #2315CA

Tints of Medium Blue #2315CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 202 (79.3% from 255) = 78.29%

R = 13.57%
G = 8.14%
B = 78.29%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2315CA (or 0x2315CA) is known color: Medium Blue. HEX triplet: 23, 15 and CA. RGB value is (35,21,202). Sum of RGB (Red+Green+Blue) = 35+21+202=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2315CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315CA is #DCEA35. Grayscale: #2D2D2D. Windows color (decimal): -14477878 or 13243683. OLE color: 13243683.

HSL color Cylindrical-coordinate representation of color #2315CA: hue angle of 244.64º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2315CA is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 21 202 -
CMYK 0.83 0.90 0 0.21
HSL 244.64º 0.81% 0.44% -
HSV(B) 244.64º 0.9% 0.79% -
XYZ 11.62 5.16 56.26 -
YUV 45.82 216.14 120.28 -
System Red Green Blue C M Y K H S L
Decimal 35 21 202 0.83 0.90 0 0.21 244.64 0.81 0.44
Hex 23 15 CA 53 5A 0 15 F5 51 2C
Octal 43 25 312 123 132 0 25 365 121 54
Binary 100011 10101 11001010 1010011 1011010 0 10101 11110101 1010001 101100

Color Harmonies of #2315CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2315CA

Black with #2315CA

Text Example


Text Example

White with #2315CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2315CA; }

 p { color: rgb(35,21,202); }

 H1.HeaderClassName
 {
   color: #2315CA;
 }
 .AnyTagClassName
 {
   color: #2315CA;
 }
</style>

background-color css

<style>
 a { background-color: #2315CA; }

 a { background-color: rgb(35,21,202); }

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

border-color css

<style>
 span { border-color: #2315CA; }

 span { border-color: rgb(35,21,202); }

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