Html Css Color HEX #3D74CE Royal Blue

📋 copy color: '#3D74CE'

red 61 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #3D74CE

Tints of Royal Blue #3D74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 15.93%
G = 30.29%
B = 53.79%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D74CE (or 0x3D74CE) is known color: Royal Blue. HEX triplet: 3D, 74 and CE. RGB value is (61,116,206). Sum of RGB (Red+Green+Blue) = 61+116+206=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D74CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74CE is #C28B31. Grayscale: #6D6D6D. Windows color (decimal): -12749618 or 13530173. OLE color: 13530173.

HSL color Cylindrical-coordinate representation of color #3D74CE: hue angle of 217.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D74CE is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 116 206 -
CMYK 0.70 0.44 0 0.19
HSL 217.24º 0.6% 0.52% -
HSV(B) 217.24º 0.7% 0.81% -
XYZ 19.31 17.94 60.84 -
YUV 109.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 61 116 206 0.70 0.44 0 0.19 217.24 0.6 0.52
Hex 3D 74 CE 46 2C 0 13 D9 3C 34
Octal 75 164 316 106 54 0 23 331 74 64
Binary 111101 1110100 11001110 1000110 101100 0 10011 11011001 111100 110100

Color Harmonies of #3D74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D74CE

Black with #3D74CE

Text Example


Text Example

White with #3D74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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