Html Css Color HEX #367AFA Royal Blue

📋 copy color: '#367AFA'

red 54 ◦ green 122 ◦ blue 250

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

Shades of Royal Blue #367AFA

Tints of Royal Blue #367AFA

RGB

 RED value IS 54 (21.48% from 255) = 12.68%

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 12.68%
G = 28.64%
B = 58.69%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#367AFA (or 0x367AFA) is known color: Royal Blue. HEX triplet: 36, 7A and FA. RGB value is (54,122,250). Sum of RGB (Red+Green+Blue) = 54+122+250=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #367AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367AFA is #C98505. Grayscale: #737373. Windows color (decimal): -13206790 or 16415286. OLE color: 16415286.

HSL color Cylindrical-coordinate representation of color #367AFA: hue angle of 219.18º 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 #367AFA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 122 250 -
CMYK 0.78 0.51 0 0.02
HSL 219.18º 0.95% 0.6% -
HSV(B) 219.18º 0.78% 0.98% -
XYZ 25.74 21.61 93.26 -
YUV 116.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 54 122 250 0.78 0.51 0 0.02 219.18 0.95 0.6
Hex 36 7A FA 4E 33 0 2 DB 5F 3C
Octal 66 172 372 116 63 0 2 333 137 74
Binary 110110 1111010 11111010 1001110 110011 0 10 11011011 1011111 111100

Color Harmonies of #367AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AFA

Black with #367AFA

Text Example


Text Example

White with #367AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #367AFA;
 }
 .AnyTagClassName
 {
   color: #367AFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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