Html Css Color HEX #3770FC Royal Blue

📋 copy color: '#3770FC'

red 55 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #3770FC

Tints of Royal Blue #3770FC

RGB

 RED value IS 55 (21.88% from 255) = 13.13%

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 13.13%
G = 26.73%
B = 60.14%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3770FC (or 0x3770FC) is known color: Royal Blue. HEX triplet: 37, 70 and FC. RGB value is (55,112,252). Sum of RGB (Red+Green+Blue) = 55+112+252=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #3770FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3770FC is #C88F03. Grayscale: #6E6E6E. Windows color (decimal): -13143812 or 16543799. OLE color: 16543799.

HSL color Cylindrical-coordinate representation of color #3770FC: hue angle of 222.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3770FC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 112 252 -
CMYK 0.78 0.56 0 0.01
HSL 222.64º 0.97% 0.6% -
HSV(B) 222.64º 0.78% 0.99% -
XYZ 24.94 19.43 94.53 -
YUV 110.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 55 112 252 0.78 0.56 0 0.01 222.64 0.97 0.6
Hex 37 70 FC 4E 38 0 1 DF 61 3C
Octal 67 160 374 116 70 0 1 337 141 74
Binary 110111 1110000 11111100 1001110 111000 0 1 11011111 1100001 111100

Color Harmonies of #3770FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770FC

Black with #3770FC

Text Example


Text Example

White with #3770FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3770FC; }

 p { color: rgb(55,112,252); }

 H1.HeaderClassName
 {
   color: #3770FC;
 }
 .AnyTagClassName
 {
   color: #3770FC;
 }
</style>

background-color css

<style>
 a { background-color: #3770FC; }

 a { background-color: rgb(55,112,252); }

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

border-color css

<style>
 span { border-color: #3770FC; }

 span { border-color: rgb(55,112,252); }

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