Html Css Color HEX #3969CB Royal Blue

📋 copy color: '#3969CB'

red 57 ◦ green 105 ◦ blue 203

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

Shades of Royal Blue #3969CB

Tints of Royal Blue #3969CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 15.62%
G = 28.77%
B = 55.62%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3969CB (or 0x3969CB) is known color: Royal Blue. HEX triplet: 39, 69 and CB. RGB value is (57,105,203). Sum of RGB (Red+Green+Blue) = 57+105+203=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #3969CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3969CB is #C69634. Grayscale: #656565. Windows color (decimal): -13014581 or 13330745. OLE color: 13330745.

HSL color Cylindrical-coordinate representation of color #3969CB: hue angle of 220.27º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3969CB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 105 203 -
CMYK 0.72 0.48 0 0.20
HSL 220.27º 0.58% 0.51% -
HSV(B) 220.27º 0.72% 0.8% -
XYZ 17.52 15.28 58.53 -
YUV 101.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 57 105 203 0.72 0.48 0 0.20 220.27 0.58 0.51
Hex 39 69 CB 48 30 0 14 DC 3A 33
Octal 71 151 313 110 60 0 24 334 72 63
Binary 111001 1101001 11001011 1001000 110000 0 10100 11011100 111010 110011

Color Harmonies of #3969CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3969CB

Black with #3969CB

Text Example


Text Example

White with #3969CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3969CB; }

 p { color: rgb(57,105,203); }

 H1.HeaderClassName
 {
   color: #3969CB;
 }
 .AnyTagClassName
 {
   color: #3969CB;
 }
</style>

background-color css

<style>
 a { background-color: #3969CB; }

 a { background-color: rgb(57,105,203); }

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

border-color css

<style>
 span { border-color: #3969CB; }

 span { border-color: rgb(57,105,203); }

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