Html Css Color HEX #0315BC Medium Blue

📋 copy color: '#0315BC'

red 3 ◦ green 21 ◦ blue 188

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

Shades of Medium Blue #0315BC

Tints of Medium Blue #0315BC

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

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

 BLUE value IS 188 (73.83% from 255) = 88.68%

R = 1.42%
G = 9.91%
B = 88.68%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0315BC (or 0x0315BC) is known color: Medium Blue. HEX triplet: 03, 15 and BC. RGB value is (3,21,188). Sum of RGB (Red+Green+Blue) = 3+21+188=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #0315BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315BC is #FCEA43. Grayscale: #212121. Windows color (decimal): -16575044 or 12326147. OLE color: 12326147.

HSL color Cylindrical-coordinate representation of color #0315BC: hue angle of 234.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0315BC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 21 188 -
CMYK 0.98 0.89 0 0.26
HSL 234.16º 0.97% 0.37% -
HSV(B) 234.16º 0.98% 0.74% -
XYZ 9.38 4.19 47.89 -
YUV 34.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 3 21 188 0.98 0.89 0 0.26 234.16 0.97 0.37
Hex 3 15 BC 62 59 0 1A EA 61 25
Octal 3 25 274 142 131 0 32 352 141 45
Binary 11 10101 10111100 1100010 1011001 0 11010 11101010 1100001 100101

Color Harmonies of #0315BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0315BC

Black with #0315BC

Text Example


Text Example

White with #0315BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0315BC; }

 p { color: rgb(3,21,188); }

 H1.HeaderClassName
 {
   color: #0315BC;
 }
 .AnyTagClassName
 {
   color: #0315BC;
 }
</style>

background-color css

<style>
 a { background-color: #0315BC; }

 a { background-color: rgb(3,21,188); }

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

border-color css

<style>
 span { border-color: #0315BC; }

 span { border-color: rgb(3,21,188); }

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