Html Css Color HEX #3D66CF Royal Blue

📋 copy color: '#3D66CF'

red 61 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #3D66CF

Tints of Royal Blue #3D66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

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

R = 16.49%
G = 27.57%
B = 55.95%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D66CF (or 0x3D66CF) is known color: Royal Blue. HEX triplet: 3D, 66 and CF. RGB value is (61,102,207). Sum of RGB (Red+Green+Blue) = 61+102+207=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D66CF is #C29930. Grayscale: #656565. Windows color (decimal): -12753201 or 13592125. OLE color: 13592125.

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

Color convert

RGB 61 102 207 -
CMYK 0.71 0.51 0 0.19
HSL 223.15º 0.6% 0.53% -
HSV(B) 223.15º 0.71% 0.81% -
XYZ 17.94 15 60.98 -
YUV 101.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 61 102 207 0.71 0.51 0 0.19 223.15 0.6 0.53
Hex 3D 66 CF 47 33 0 13 DF 3C 35
Octal 75 146 317 107 63 0 23 337 74 65
Binary 111101 1100110 11001111 1000111 110011 0 10011 11011111 111100 110101

Color Harmonies of #3D66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D66CF

Black with #3D66CF

Text Example


Text Example

White with #3D66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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