Html Css Color HEX #3D77DB Royal Blue

📋 copy color: '#3D77DB'

red 61 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #3D77DB

Tints of Royal Blue #3D77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 15.29%
G = 29.82%
B = 54.89%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D77DB (or 0x3D77DB) is known color: Royal Blue. HEX triplet: 3D, 77 and DB. RGB value is (61,119,219). Sum of RGB (Red+Green+Blue) = 61+119+219=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D77DB is #C28824. Grayscale: #707070. Windows color (decimal): -12748837 or 14382909. OLE color: 14382909.

HSL color Cylindrical-coordinate representation of color #3D77DB: hue angle of 217.97º 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 #3D77DB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 119 219 -
CMYK 0.72 0.46 0 0.14
HSL 217.97º 0.69% 0.55% -
HSV(B) 217.97º 0.72% 0.86% -
XYZ 21.31 19.3 69.62 -
YUV 113.06 187.78 90.87 -
System Red Green Blue C M Y K H S L
Decimal 61 119 219 0.72 0.46 0 0.14 217.97 0.69 0.55
Hex 3D 77 DB 48 2E 0 E DA 45 37
Octal 75 167 333 110 56 0 16 332 105 67
Binary 111101 1110111 11011011 1001000 101110 0 1110 11011010 1000101 110111

Color Harmonies of #3D77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D77DB

Black with #3D77DB

Text Example


Text Example

White with #3D77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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