Html Css Color HEX #3D74DA Royal Blue

📋 copy color: '#3D74DA'

red 61 ◦ green 116 ◦ blue 218

#3D74DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3D74DA

Tints of Royal Blue #3D74DA

RGB

 RED value IS 61 (24.22% from 255) = 15.44%

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 15.44%
G = 29.37%
B = 55.19%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3D74DA (or 0x3D74DA) is known color: Royal Blue. HEX triplet: 3D, 74 and DA. RGB value is (61,116,218). Sum of RGB (Red+Green+Blue) = 61+116+218=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D74DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74DA is #C28B25. Grayscale: #6E6E6E. Windows color (decimal): -12749606 or 14316605. OLE color: 14316605.

HSL color Cylindrical-coordinate representation of color #3D74DA: hue angle of 218.98º 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 #3D74DA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 116 218 -
CMYK 0.72 0.47 0 0.15
HSL 218.98º 0.68% 0.55% -
HSV(B) 218.98º 0.72% 0.85% -
XYZ 20.82 18.54 68.81 -
YUV 111.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 61 116 218 0.72 0.47 0 0.15 218.98 0.68 0.55
Hex 3D 74 DA 48 2F 0 F DB 44 37
Octal 75 164 332 110 57 0 17 333 104 67
Binary 111101 1110100 11011010 1001000 101111 0 1111 11011011 1000100 110111

Color Harmonies of #3D74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D74DA

Black with #3D74DA

Text Example


Text Example

White with #3D74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D74DA;
 }
 .AnyTagClassName
 {
   color: #3D74DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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