#0B3DE2

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

Shades of Persian Blue #0B3DE2

Tints of Persian Blue #0B3DE2

Color information

#0B3DE2 (or 0x0B3DE2) is unknown color: approx Persian Blue. HEX triplet: 0B, 3D and E2. RGB value is (11,61,226). Sum of RGB (Red+Green+Blue) = 11+61+226=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 226 (88.67% from 255 or 75.84% from 298); Max value from RGB is 226 - color contains mainly: blue. Hex color #0B3DE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3DE2 is #F4C21D. Grayscale: #404040. Windows color (decimal): -16040478 or 14826763. OLE color: 14826763.

HSL color Cylindrical-coordinate representation of color #0B3DE2: hue angle of 226.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3DE2 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1161226-
CMYK0.950.7300.11
HSL226.05º90.72%46.47%-
HSV(B)226.05º95.13%88.63%-
XYZ15.538.972.85-
YUV64.86218.9489.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 226 (88.67% from 255) = 75.84%
R=3.69%
G=20.47%
B=75.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11612260.950.7300.11226.0590.7246.47
HexB3DE25F490Be25b2e
Octal137534213711101334213356
Binary1011111101111000101011111100100101011111000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B3DE2; }

 p { color: rgb(11,61,226); }

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

<style>
 a { background-color: #0B3DE2; }

 a { background-color: rgb(11,61,226); }

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

<style>
 span { border-color: #0B3DE2; }

 span { border-color: rgb(11,61,226); }

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