Html Css Color HEX #3764E1 Royal Blue

📋 copy color: '#3764E1'

red 55 ◦ green 100 ◦ blue 225

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

Shades of Royal Blue #3764E1

Tints of Royal Blue #3764E1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 225 (88.28% from 255) = 59.21%

R = 14.47%
G = 26.32%
B = 59.21%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3764E1 (or 0x3764E1) is known color: Royal Blue. HEX triplet: 37, 64 and E1. RGB value is (55,100,225). Sum of RGB (Red+Green+Blue) = 55+100+225=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #3764E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764E1 is #C89B1E. Grayscale: #646464. Windows color (decimal): -13146911 or 14771255. OLE color: 14771255.

HSL color Cylindrical-coordinate representation of color #3764E1: hue angle of 224.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3764E1 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 100 225 -
CMYK 0.76 0.56 0 0.12
HSL 224.12º 0.74% 0.55% -
HSV(B) 224.12º 0.76% 0.88% -
XYZ 19.72 15.36 73.16 -
YUV 100.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 55 100 225 0.76 0.56 0 0.12 224.12 0.74 0.55
Hex 37 64 E1 4C 38 0 C E0 4A 37
Octal 67 144 341 114 70 0 14 340 112 67
Binary 110111 1100100 11100001 1001100 111000 0 1100 11100000 1001010 110111

Color Harmonies of #3764E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764E1

Black with #3764E1

Text Example


Text Example

White with #3764E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3764E1; }

 p { color: rgb(55,100,225); }

 H1.HeaderClassName
 {
   color: #3764E1;
 }
 .AnyTagClassName
 {
   color: #3764E1;
 }
</style>

background-color css

<style>
 a { background-color: #3764E1; }

 a { background-color: rgb(55,100,225); }

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

border-color css

<style>
 span { border-color: #3764E1; }

 span { border-color: rgb(55,100,225); }

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