#3D67DA

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

Shades of Royal Blue #3D67DA

Tints of Royal Blue #3D67DA

Color information

#3D67DA (or 0x3D67DA) is unknown color: approx Royal Blue. HEX triplet: 3D, 67 and DA. RGB value is (61,103,218). Sum of RGB (Red+Green+Blue) = 61+103+218=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D67DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D67DA is #C29825. Grayscale: #676767. Windows color (decimal): -12752934 or 14313277. OLE color: 14313277.

HSL color Cylindrical-coordinate representation of color #3D67DA: hue angle of 223.95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D67DA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB61103218-
CMYK0.720.5300.15
HSL223.95º67.97%54.71%-
HSV(B)223.95º72.02%85.49%-
XYZ19.4315.7568.35-
YUV103.55192.5997.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 218 (85.55% from 255) = 57.07%
R=15.97%
G=26.96%
B=57.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal611032180.720.5300.15223.9567.9754.71
Hex3D67DA48350Fe04437
Octal751473321106501734010467
Binary111101110011111011010100100011010101111111000001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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