Html Css Color HEX #3D70CF Royal Blue

📋 copy color: '#3D70CF'

red 61 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #3D70CF

Tints of Royal Blue #3D70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 16.05%
G = 29.47%
B = 54.47%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D70CF (or 0x3D70CF) is known color: Royal Blue. HEX triplet: 3D, 70 and CF. RGB value is (61,112,207). Sum of RGB (Red+Green+Blue) = 61+112+207=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D70CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70CF is #C28F30. Grayscale: #6B6B6B. Windows color (decimal): -12750641 or 13594685. OLE color: 13594685.

HSL color Cylindrical-coordinate representation of color #3D70CF: hue angle of 219.04º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D70CF is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 112 207 -
CMYK 0.71 0.46 0 0.19
HSL 219.04º 0.6% 0.53% -
HSV(B) 219.04º 0.71% 0.81% -
XYZ 18.98 17.09 61.33 -
YUV 107.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 61 112 207 0.71 0.46 0 0.19 219.04 0.6 0.53
Hex 3D 70 CF 47 2E 0 13 DB 3C 35
Octal 75 160 317 107 56 0 23 333 74 65
Binary 111101 1110000 11001111 1000111 101110 0 10011 11011011 111100 110101

Color Harmonies of #3D70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D70CF

Black with #3D70CF

Text Example


Text Example

White with #3D70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,112,207); }

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

background-color css

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

 a { background-color: rgb(61,112,207); }

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

border-color css

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

 span { border-color: rgb(61,112,207); }

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