Html Css Color HEX #3764FA Royal Blue

📋 copy color: '#3764FA'

red 55 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #3764FA

Tints of Royal Blue #3764FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 13.58%
G = 24.69%
B = 61.73%

CMYK

 C value IS 0.78

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3764FA (or 0x3764FA) is known color: Royal Blue. HEX triplet: 37, 64 and FA. RGB value is (55,100,250). Sum of RGB (Red+Green+Blue) = 55+100+250=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3764FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764FA is #C89B05. Grayscale: #676767. Windows color (decimal): -13146886 or 16409655. OLE color: 16409655.

HSL color Cylindrical-coordinate representation of color #3764FA: hue angle of 226.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3764FA is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 100 250 -
CMYK 0.78 0.6 0 0.02
HSL 226.15º 0.95% 0.6% -
HSV(B) 226.15º 0.78% 0.98% -
XYZ 23.39 16.83 92.46 -
YUV 103.65 210.59 93.3 -
System Red Green Blue C M Y K H S L
Decimal 55 100 250 0.78 0.6 0 0.02 226.15 0.95 0.6
Hex 37 64 FA 4E 3C 0 2 E2 5F 3C
Octal 67 144 372 116 74 0 2 342 137 74
Binary 110111 1100100 11111010 1001110 111100 0 10 11100010 1011111 111100

Color Harmonies of #3764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764FA

Black with #3764FA

Text Example


Text Example

White with #3764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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