Html Css Color HEX #3D6ACF Royal Blue

📋 copy color: '#3D6ACF'

red 61 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #3D6ACF

Tints of Royal Blue #3D6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

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

R = 16.31%
G = 28.34%
B = 55.35%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D6ACF (or 0x3D6ACF) is known color: Royal Blue. HEX triplet: 3D, 6A and CF. RGB value is (61,106,207). Sum of RGB (Red+Green+Blue) = 61+106+207=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6ACF is #C29530. Grayscale: #676767. Windows color (decimal): -12752177 or 13593149. OLE color: 13593149.

HSL color Cylindrical-coordinate representation of color #3D6ACF: hue angle of 221.51º 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 #3D6ACF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 106 207 -
CMYK 0.71 0.49 0 0.19
HSL 221.51º 0.6% 0.53% -
HSV(B) 221.51º 0.71% 0.81% -
XYZ 18.34 15.81 61.12 -
YUV 104.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 61 106 207 0.71 0.49 0 0.19 221.51 0.6 0.53
Hex 3D 6A CF 47 31 0 13 DE 3C 35
Octal 75 152 317 107 61 0 23 336 74 65
Binary 111101 1101010 11001111 1000111 110001 0 10011 11011110 111100 110101

Color Harmonies of #3D6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6ACF

Black with #3D6ACF

Text Example


Text Example

White with #3D6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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