#2613F3

Color #2613F3 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2613F3

Tints of Blue #2613F3

Color information

#2613F3 (or 0x2613F3) is unknown color: approx Blue. HEX triplet: 26, 13 and F3. RGB value is (38,19,243). Sum of RGB (Red+Green+Blue) = 38+19+243=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 243 (95.31% from 255 or 81% from 300); Max value from RGB is 243 - color contains mainly: blue. Hex color #2613F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2613F3 is #D9EC0C. Grayscale: #313131. Windows color (decimal): -14281741 or 15930150. OLE color: 15930150.

HSL color Cylindrical-coordinate representation of color #2613F3: hue angle of 245.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2613F3 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3819243-
CMYK0.840.9200.05
HSL245.09º90.32%51.37%-
HSV(B)245.09º92.18%95.29%-
XYZ17.217.3585.31-
YUV50.22236.79119.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 243 (95.31% from 255) = 81%
R=12.67%
G=6.33%
B=81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38192430.840.9200.05245.0990.3251.37
Hex2613F3545C05f55a33
Octal46233631241340536513263
Binary1001101001111110011101010010111000101111101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2613F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2613F3; }

 p { color: rgb(38,19,243); }

 H1.HeaderClassName
 {
   color: #2613F3;
 }
 .AnyTagClassName
 {
   color: #2613F3;
 }
</style>
background-color css

<style>
 a { background-color: #2613F3; }

 a { background-color: rgb(38,19,243); }

 div.DivClassName
 {
   background-color: #2613F3;
 }
 .BgClassName
 {
   background-color: #2613F3;
 }
</style>
border-color css

<style>
 span { border-color: #2613F3; }

 span { border-color: rgb(38,19,243); }

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