#3B88DD

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

Shades of Royal Blue #3B88DD

Tints of Royal Blue #3B88DD

Color information

#3B88DD (or 0x3B88DD) is unknown color: approx Royal Blue. HEX triplet: 3B, 88 and DD. RGB value is (59,136,221). Sum of RGB (Red+Green+Blue) = 59+136+221=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B88DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B88DD is #C47722. Grayscale: #7A7A7A. Windows color (decimal): -12875555 or 14518331. OLE color: 14518331.

HSL color Cylindrical-coordinate representation of color #3B88DD: hue angle of 211.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B88DD is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59136221-
CMYK0.730.3800.13
HSL211.48º70.43%54.9%-
HSV(B)211.48º73.3%86.67%-
XYZ23.6623.7671.75-
YUV122.67183.4982.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.18%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=14.18%
G=32.69%
B=53.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591362210.730.3800.13211.4870.4354.9
Hex3B88DD49260Dd34637
Octal732103351114601532310667
Binary1110111000100011011101100100110011001101110100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B88DD; }

 p { color: rgb(59,136,221); }

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

<style>
 a { background-color: #3B88DD; }

 a { background-color: rgb(59,136,221); }

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

<style>
 span { border-color: #3B88DD; }

 span { border-color: rgb(59,136,221); }

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