Html Css Color HEX #3C69DB Royal Blue

📋 copy color: '#3C69DB'

red 60 ◦ green 105 ◦ blue 219

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

Shades of Royal Blue #3C69DB

Tints of Royal Blue #3C69DB

RGB

 RED value IS 60 (23.83% from 255) = 15.63%

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 15.63%
G = 27.34%
B = 57.03%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C69DB (or 0x3C69DB) is known color: Royal Blue. HEX triplet: 3C, 69 and DB. RGB value is (60,105,219). Sum of RGB (Red+Green+Blue) = 60+105+219=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C69DB is #C39624. Grayscale: #686868. Windows color (decimal): -12817957 or 14379324. OLE color: 14379324.

HSL color Cylindrical-coordinate representation of color #3C69DB: hue angle of 223.02º degrees, saturation: 0.69, 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 #3C69DB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 105 219 -
CMYK 0.73 0.52 0 0.14
HSL 223.02º 0.69% 0.55% -
HSV(B) 223.02º 0.73% 0.86% -
XYZ 19.7 16.18 69.1 -
YUV 104.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 60 105 219 0.73 0.52 0 0.14 223.02 0.69 0.55
Hex 3C 69 DB 49 34 0 E DF 45 37
Octal 74 151 333 111 64 0 16 337 105 67
Binary 111100 1101001 11011011 1001001 110100 0 1110 11011111 1000101 110111

Color Harmonies of #3C69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C69DB

Black with #3C69DB

Text Example


Text Example

White with #3C69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,219); }

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

background-color css

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

 a { background-color: rgb(60,105,219); }

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

border-color css

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

 span { border-color: rgb(60,105,219); }

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