#3D74CA

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

Shades of Royal Blue #3D74CA

Tints of Royal Blue #3D74CA

Color information

#3D74CA (or 0x3D74CA) is unknown color: approx Royal Blue. HEX triplet: 3D, 74 and CA. RGB value is (61,116,202). Sum of RGB (Red+Green+Blue) = 61+116+202=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D74CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74CA is #C28B35. Grayscale: #6C6C6C. Windows color (decimal): -12749622 or 13268029. OLE color: 13268029.

HSL color Cylindrical-coordinate representation of color #3D74CA: hue angle of 216.6º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D74CA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61116202-
CMYK0.700.4300.21
HSL216.6º57.09%51.57%-
HSV(B)216.6º69.8%79.22%-
XYZ18.8317.7558.31-
YUV109.36180.2893.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=16.09%
G=30.61%
B=53.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611162020.700.4300.21216.657.0951.57
Hex3D74CA462B015d93934
Octal75164312106530253317164
Binary111101111010011001010100011010101101010111011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,202); }

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

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

 a { background-color: rgb(61,116,202); }

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

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

 span { border-color: rgb(61,116,202); }

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