Html Css Color HEX #3D6CDB Royal Blue

📋 copy color: '#3D6CDB'

red 61 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #3D6CDB

Tints of Royal Blue #3D6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 15.72%
G = 27.84%
B = 56.44%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D6CDB (or 0x3D6CDB) is known color: Royal Blue. HEX triplet: 3D, 6C and DB. RGB value is (61,108,219). Sum of RGB (Red+Green+Blue) = 61+108+219=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6CDB is #C29324. Grayscale: #6A6A6A. Windows color (decimal): -12751653 or 14380093. OLE color: 14380093.

HSL color Cylindrical-coordinate representation of color #3D6CDB: hue angle of 222.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6CDB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 108 219 -
CMYK 0.72 0.51 0 0.14
HSL 222.15º 0.69% 0.55% -
HSV(B) 222.15º 0.72% 0.86% -
XYZ 20.07 16.83 69.21 -
YUV 106.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 61 108 219 0.72 0.51 0 0.14 222.15 0.69 0.55
Hex 3D 6C DB 48 33 0 E DE 45 37
Octal 75 154 333 110 63 0 16 336 105 67
Binary 111101 1101100 11011011 1001000 110011 0 1110 11011110 1000101 110111

Color Harmonies of #3D6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6CDB

Black with #3D6CDB

Text Example


Text Example

White with #3D6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,108,219); }

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

background-color css

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

 a { background-color: rgb(61,108,219); }

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

border-color css

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

 span { border-color: rgb(61,108,219); }

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