Html Css Color HEX #2612BB Medium Blue

📋 copy color: '#2612BB'

red 38 ◦ green 18 ◦ blue 187

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

Shades of Medium Blue #2612BB

Tints of Medium Blue #2612BB

RGB

 RED value IS 38 (15.23% from 255) = 15.64%

 GREEN value IS 18 (7.42% from 255) = 7.41%

 BLUE value IS 187 (73.44% from 255) = 76.95%

R = 15.64%
G = 7.41%
B = 76.95%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2612BB (or 0x2612BB) is known color: Medium Blue. HEX triplet: 26, 12 and BB. RGB value is (38,18,187). Sum of RGB (Red+Green+Blue) = 38+18+187=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #2612BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2612BB is #D9ED44. Grayscale: #2A2A2A. Windows color (decimal): -14282053 or 12259878. OLE color: 12259878.

HSL color Cylindrical-coordinate representation of color #2612BB: hue angle of 247.1º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2612BB is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 18 187 -
CMYK 0.80 0.90 0 0.27
HSL 247.1º 0.82% 0.4% -
HSV(B) 247.1º 0.9% 0.73% -
XYZ 9.99 4.43 47.34 -
YUV 43.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 38 18 187 0.80 0.90 0 0.27 247.1 0.82 0.4
Hex 26 12 BB 50 5A 0 1B F7 52 28
Octal 46 22 273 120 132 0 33 367 122 50
Binary 100110 10010 10111011 1010000 1011010 0 11011 11110111 1010010 101000

Color Harmonies of #2612BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2612BB

Black with #2612BB

Text Example


Text Example

White with #2612BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2612BB; }

 p { color: rgb(38,18,187); }

 H1.HeaderClassName
 {
   color: #2612BB;
 }
 .AnyTagClassName
 {
   color: #2612BB;
 }
</style>

background-color css

<style>
 a { background-color: #2612BB; }

 a { background-color: rgb(38,18,187); }

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

border-color css

<style>
 span { border-color: #2612BB; }

 span { border-color: rgb(38,18,187); }

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