Html Css Color HEX #396ACF Royal Blue

📋 copy color: '#396ACF'

red 57 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #396ACF

Tints of Royal Blue #396ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 15.41%
G = 28.65%
B = 55.95%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#396ACF (or 0x396ACF) is known color: Royal Blue. HEX triplet: 39, 6A and CF. RGB value is (57,106,207). Sum of RGB (Red+Green+Blue) = 57+106+207=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #396ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ACF is #C69530. Grayscale: #666666. Windows color (decimal): -13014321 or 13593145. OLE color: 13593145.

HSL color Cylindrical-coordinate representation of color #396ACF: hue angle of 220.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ACF is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 106 207 -
CMYK 0.72 0.49 0 0.19
HSL 220.4º 0.61% 0.52% -
HSV(B) 220.4º 0.72% 0.81% -
XYZ 18.1 15.68 61.1 -
YUV 102.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 57 106 207 0.72 0.49 0 0.19 220.4 0.61 0.52
Hex 39 6A CF 48 31 0 13 DC 3D 34
Octal 71 152 317 110 61 0 23 334 75 64
Binary 111001 1101010 11001111 1001000 110001 0 10011 11011100 111101 110100

Color Harmonies of #396ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ACF

Black with #396ACF

Text Example


Text Example

White with #396ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396ACF; }

 p { color: rgb(57,106,207); }

 H1.HeaderClassName
 {
   color: #396ACF;
 }
 .AnyTagClassName
 {
   color: #396ACF;
 }
</style>

background-color css

<style>
 a { background-color: #396ACF; }

 a { background-color: rgb(57,106,207); }

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

border-color css

<style>
 span { border-color: #396ACF; }

 span { border-color: rgb(57,106,207); }

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