Html Css Color HEX #376AFD Royal Blue

📋 copy color: '#376AFD'

red 55 ◦ green 106 ◦ blue 253

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

Shades of Royal Blue #376AFD

Tints of Royal Blue #376AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 13.29%
G = 25.6%
B = 61.11%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#376AFD (or 0x376AFD) is known color: Royal Blue. HEX triplet: 37, 6A and FD. RGB value is (55,106,253). Sum of RGB (Red+Green+Blue) = 55+106+253=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #376AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AFD is #C89502. Grayscale: #6A6A6A. Windows color (decimal): -13145347 or 16607799. OLE color: 16607799.

HSL color Cylindrical-coordinate representation of color #376AFD: hue angle of 224.55º degrees, saturation: 0.98, 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 #376AFD is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 106 253 -
CMYK 0.78 0.58 0 0.01
HSL 224.55º 0.98% 0.6% -
HSV(B) 224.55º 0.78% 0.99% -
XYZ 24.46 18.21 95.15 -
YUV 107.51 210.1 90.55 -
System Red Green Blue C M Y K H S L
Decimal 55 106 253 0.78 0.58 0 0.01 224.55 0.98 0.6
Hex 37 6A FD 4E 3A 0 1 E1 62 3C
Octal 67 152 375 116 72 0 1 341 142 74
Binary 110111 1101010 11111101 1001110 111010 0 1 11100001 1100010 111100

Color Harmonies of #376AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AFD

Black with #376AFD

Text Example


Text Example

White with #376AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376AFD; }

 p { color: rgb(55,106,253); }

 H1.HeaderClassName
 {
   color: #376AFD;
 }
 .AnyTagClassName
 {
   color: #376AFD;
 }
</style>

background-color css

<style>
 a { background-color: #376AFD; }

 a { background-color: rgb(55,106,253); }

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

border-color css

<style>
 span { border-color: #376AFD; }

 span { border-color: rgb(55,106,253); }

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