Html Css Color HEX #3B68DB Royal Blue

📋 copy color: '#3B68DB'

red 59 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #3B68DB

Tints of Royal Blue #3B68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

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

R = 15.45%
G = 27.23%
B = 57.33%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B68DB (or 0x3B68DB) is known color: Royal Blue. HEX triplet: 3B, 68 and DB. RGB value is (59,104,219). Sum of RGB (Red+Green+Blue) = 59+104+219=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B68DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B68DB is #C49724. Grayscale: #676767. Windows color (decimal): -12883749 or 14379067. OLE color: 14379067.

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

Color convert

RGB 59 104 219 -
CMYK 0.73 0.53 0 0.14
HSL 223.13º 0.69% 0.55% -
HSV(B) 223.13º 0.73% 0.86% -
XYZ 19.54 15.94 69.07 -
YUV 103.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 59 104 219 0.73 0.53 0 0.14 223.13 0.69 0.55
Hex 3B 68 DB 49 35 0 E DF 45 37
Octal 73 150 333 111 65 0 16 337 105 67
Binary 111011 1101000 11011011 1001001 110101 0 1110 11011111 1000101 110111

Color Harmonies of #3B68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B68DB

Black with #3B68DB

Text Example


Text Example

White with #3B68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,104,219); }

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

background-color css

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

 a { background-color: rgb(59,104,219); }

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

border-color css

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

 span { border-color: rgb(59,104,219); }

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