Html Css Color HEX #3962DB Royal Blue

📋 copy color: '#3962DB'

red 57 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #3962DB

Tints of Royal Blue #3962DB

RGB

 RED value IS 57 (22.66% from 255) = 15.24%

 GREEN value IS 98 (38.67% from 255) = 26.2%

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

R = 15.24%
G = 26.2%
B = 58.56%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3962DB (or 0x3962DB) is known color: Royal Blue. HEX triplet: 39, 62 and DB. RGB value is (57,98,219). Sum of RGB (Red+Green+Blue) = 57+98+219=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #3962DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3962DB is #C69D24. Grayscale: #636363. Windows color (decimal): -13016357 or 14377529. OLE color: 14377529.

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

Color convert

RGB 57 98 219 -
CMYK 0.74 0.55 0 0.14
HSL 224.81º 0.69% 0.54% -
HSV(B) 224.81º 0.74% 0.86% -
XYZ 18.84 14.72 68.87 -
YUV 99.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 57 98 219 0.74 0.55 0 0.14 224.81 0.69 0.54
Hex 39 62 DB 4A 37 0 E E1 45 36
Octal 71 142 333 112 67 0 16 341 105 66
Binary 111001 1100010 11011011 1001010 110111 0 1110 11100001 1000101 110110

Color Harmonies of #3962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3962DB

Black with #3962DB

Text Example


Text Example

White with #3962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3962DB; }

 p { color: rgb(57,98,219); }

 H1.HeaderClassName
 {
   color: #3962DB;
 }
 .AnyTagClassName
 {
   color: #3962DB;
 }
</style>

background-color css

<style>
 a { background-color: #3962DB; }

 a { background-color: rgb(57,98,219); }

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

border-color css

<style>
 span { border-color: #3962DB; }

 span { border-color: rgb(57,98,219); }

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