Html Css Color HEX #3A78CE Royal Blue

📋 copy color: '#3A78CE'

red 58 ◦ green 120 ◦ blue 206

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

Shades of Royal Blue #3A78CE

Tints of Royal Blue #3A78CE

RGB

 RED value IS 58 (23.05% from 255) = 15.1%

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 15.1%
G = 31.25%
B = 53.65%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A78CE (or 0x3A78CE) is known color: Royal Blue. HEX triplet: 3A, 78 and CE. RGB value is (58,120,206). Sum of RGB (Red+Green+Blue) = 58+120+206=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A78CE is #C58731. Grayscale: #6E6E6E. Windows color (decimal): -12945202 or 13531194. OLE color: 13531194.

HSL color Cylindrical-coordinate representation of color #3A78CE: hue angle of 214.86º degrees, saturation: 0.6, 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 #3A78CE is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 120 206 -
CMYK 0.72 0.42 0 0.19
HSL 214.86º 0.6% 0.52% -
HSV(B) 214.86º 0.72% 0.81% -
XYZ 19.6 18.79 60.99 -
YUV 111.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 58 120 206 0.72 0.42 0 0.19 214.86 0.6 0.52
Hex 3A 78 CE 48 2A 0 13 D7 3C 34
Octal 72 170 316 110 52 0 23 327 74 64
Binary 111010 1111000 11001110 1001000 101010 0 10011 11010111 111100 110100

Color Harmonies of #3A78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A78CE

Black with #3A78CE

Text Example


Text Example

White with #3A78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,206); }

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

background-color css

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

 a { background-color: rgb(58,120,206); }

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

border-color css

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

 span { border-color: rgb(58,120,206); }

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