#367AFD

Color #367AFD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #367AFD

Tints of Royal Blue #367AFD

Color information

#367AFD (or 0x367AFD) is unknown color: approx Royal Blue. HEX triplet: 36, 7A and FD. RGB value is (54,122,253). Sum of RGB (Red+Green+Blue) = 54+122+253=429 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.59% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #367AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367AFD is #C98502. Grayscale: #747474. Windows color (decimal): -13206787 or 16611894. OLE color: 16611894.

HSL color Cylindrical-coordinate representation of color #367AFD: hue angle of 219.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367AFD is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB54122253-
CMYK0.790.5200.01
HSL219.5º98.03%60.2%-
HSV(B)219.5º78.66%99.22%-
XYZ26.2121.895.75-
YUV116.6204.9783.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.59%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=12.59%
G=28.44%
B=58.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal541222530.790.5200.01219.598.0360.2
Hex367AFD4F3401db623c
Octal66172375117640133314274
Binary110110111101011111101100111111010001110110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,122,253); }

 H1.HeaderClassName
 {
   color: #367AFD;
 }
 .AnyTagClassName
 {
   color: #367AFD;
 }
</style>
background-color css

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

 a { background-color: rgb(54,122,253); }

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

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

 span { border-color: rgb(54,122,253); }

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