Html Css Color HEX #3B74DC Royal Blue

📋 copy color: '#3B74DC'

red 59 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #3B74DC

Tints of Royal Blue #3B74DC

RGB

 RED value IS 59 (23.44% from 255) = 14.94%

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 14.94%
G = 29.37%
B = 55.7%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B74DC (or 0x3B74DC) is known color: Royal Blue. HEX triplet: 3B, 74 and DC. RGB value is (59,116,220). Sum of RGB (Red+Green+Blue) = 59+116+220=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B74DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74DC is #C48B23. Grayscale: #6E6E6E. Windows color (decimal): -12880676 or 14447675. OLE color: 14447675.

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

Color convert

RGB 59 116 220 -
CMYK 0.73 0.47 0 0.14
HSL 218.76º 0.7% 0.55% -
HSV(B) 218.76º 0.73% 0.86% -
XYZ 20.97 18.59 70.19 -
YUV 110.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 59 116 220 0.73 0.47 0 0.14 218.76 0.7 0.55
Hex 3B 74 DC 49 2F 0 E DB 46 37
Octal 73 164 334 111 57 0 16 333 106 67
Binary 111011 1110100 11011100 1001001 101111 0 1110 11011011 1000110 110111

Color Harmonies of #3B74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B74DC

Black with #3B74DC

Text Example


Text Example

White with #3B74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,220); }

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

background-color css

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

 a { background-color: rgb(59,116,220); }

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

border-color css

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

 span { border-color: rgb(59,116,220); }

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