Html Css Color HEX #3A77DF Royal Blue

📋 copy color: '#3A77DF'

red 58 ◦ green 119 ◦ blue 223

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

Shades of Royal Blue #3A77DF

Tints of Royal Blue #3A77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 14.5%
G = 29.75%
B = 55.75%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A77DF (or 0x3A77DF) is known color: Royal Blue. HEX triplet: 3A, 77 and DF. RGB value is (58,119,223). Sum of RGB (Red+Green+Blue) = 58+119+223=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A77DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77DF is #C58820. Grayscale: #707070. Windows color (decimal): -12945441 or 14645050. OLE color: 14645050.

HSL color Cylindrical-coordinate representation of color #3A77DF: hue angle of 217.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A77DF is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 119 223 -
CMYK 0.74 0.47 0 0.13
HSL 217.82º 0.72% 0.55% -
HSV(B) 217.82º 0.74% 0.87% -
XYZ 21.66 19.42 72.42 -
YUV 112.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 58 119 223 0.74 0.47 0 0.13 217.82 0.72 0.55
Hex 3A 77 DF 4A 2F 0 D DA 48 37
Octal 72 167 337 112 57 0 15 332 110 67
Binary 111010 1110111 11011111 1001010 101111 0 1101 11011010 1001000 110111

Color Harmonies of #3A77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A77DF

Black with #3A77DF

Text Example


Text Example

White with #3A77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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