Html Css Color HEX #3968CC Royal Blue

📋 copy color: '#3968CC'

red 57 ◦ green 104 ◦ blue 204

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

Shades of Royal Blue #3968CC

Tints of Royal Blue #3968CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 15.62%
G = 28.49%
B = 55.89%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3968CC (or 0x3968CC) is known color: Royal Blue. HEX triplet: 39, 68 and CC. RGB value is (57,104,204). Sum of RGB (Red+Green+Blue) = 57+104+204=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3968CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968CC is #C69733. Grayscale: #646464. Windows color (decimal): -13014836 or 13396025. OLE color: 13396025.

HSL color Cylindrical-coordinate representation of color #3968CC: hue angle of 220.82º degrees, saturation: 0.59, 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 #3968CC is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 104 204 -
CMYK 0.72 0.49 0 0.2
HSL 220.82º 0.59% 0.51% -
HSV(B) 220.82º 0.72% 0.8% -
XYZ 17.54 15.13 59.12 -
YUV 101.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 57 104 204 0.72 0.49 0 0.2 220.82 0.59 0.51
Hex 39 68 CC 48 31 0 14 DD 3B 33
Octal 71 150 314 110 61 0 24 335 73 63
Binary 111001 1101000 11001100 1001000 110001 0 10100 11011101 111011 110011

Color Harmonies of #3968CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3968CC

Black with #3968CC

Text Example


Text Example

White with #3968CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3968CC; }

 p { color: rgb(57,104,204); }

 H1.HeaderClassName
 {
   color: #3968CC;
 }
 .AnyTagClassName
 {
   color: #3968CC;
 }
</style>

background-color css

<style>
 a { background-color: #3968CC; }

 a { background-color: rgb(57,104,204); }

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

border-color css

<style>
 span { border-color: #3968CC; }

 span { border-color: rgb(57,104,204); }

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