Html Css Color HEX #3A77CE Royal Blue

📋 copy color: '#3A77CE'

red 58 ◦ green 119 ◦ blue 206

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

Shades of Royal Blue #3A77CE

Tints of Royal Blue #3A77CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 15.14%
G = 31.07%
B = 53.79%

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

#3A77CE (or 0x3A77CE) is known color: Royal Blue. HEX triplet: 3A, 77 and CE. RGB value is (58,119,206). Sum of RGB (Red+Green+Blue) = 58+119+206=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77CE is #C58831. Grayscale: #6E6E6E. Windows color (decimal): -12945458 or 13530938. OLE color: 13530938.

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

Color convert

RGB 58 119 206 -
CMYK 0.72 0.42 0 0.19
HSL 215.27º 0.6% 0.52% -
HSV(B) 215.27º 0.72% 0.81% -
XYZ 19.48 18.55 60.95 -
YUV 110.68 181.79 90.43 -
System Red Green Blue C M Y K H S L
Decimal 58 119 206 0.72 0.42 0 0.19 215.27 0.6 0.52
Hex 3A 77 CE 48 2A 0 13 D7 3C 34
Octal 72 167 316 110 52 0 23 327 74 64
Binary 111010 1110111 11001110 1001000 101010 0 10011 11010111 111100 110100

Color Harmonies of #3A77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A77CE

Black with #3A77CE

Text Example


Text Example

White with #3A77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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