#3D67D1

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

Shades of Royal Blue #3D67D1

Tints of Royal Blue #3D67D1

Color information

#3D67D1 (or 0x3D67D1) is unknown color: approx Royal Blue. HEX triplet: 3D, 67 and D1. RGB value is (61,103,209). Sum of RGB (Red+Green+Blue) = 61+103+209=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #3D67D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D67D1 is #C2982E. Grayscale: #666666. Windows color (decimal): -12752943 or 13723453. OLE color: 13723453.

HSL color Cylindrical-coordinate representation of color #3D67D1: hue angle of 222.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D67D1 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61103209-
CMYK0.710.5100.18
HSL222.97º61.67%52.94%-
HSV(B)222.97º70.81%81.96%-
XYZ18.2815.362.31-
YUV102.53188.0998.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 209 (82.03% from 255) = 56.03%
R=16.35%
G=27.61%
B=56.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611032090.710.5100.18222.9761.6752.94
Hex3D67D14733012df3e35
Octal75147321107630223377665
Binary111101110011111010001100011111001101001011011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,209); }

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

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

 a { background-color: rgb(61,103,209); }

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

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

 span { border-color: rgb(61,103,209); }

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