Html Css Color HEX #365FFB Royal Blue

📋 copy color: '#365FFB'

red 54 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #365FFB

Tints of Royal Blue #365FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 13.5%
G = 23.75%
B = 62.75%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#365FFB (or 0x365FFB) is known color: Royal Blue. HEX triplet: 36, 5F and FB. RGB value is (54,95,251). Sum of RGB (Red+Green+Blue) = 54+95+251=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #365FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FFB is #C9A004. Grayscale: #636363. Windows color (decimal): -13213701 or 16473910. OLE color: 16473910.

HSL color Cylindrical-coordinate representation of color #365FFB: hue angle of 227.51º degrees, saturation: 0.96, 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 #365FFB is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 95 251 -
CMYK 0.78 0.62 0 0.02
HSL 227.51º 0.96% 0.6% -
HSV(B) 227.51º 0.78% 0.98% -
XYZ 23.03 15.93 93.13 -
YUV 100.53 212.92 94.82 -
System Red Green Blue C M Y K H S L
Decimal 54 95 251 0.78 0.62 0 0.02 227.51 0.96 0.6
Hex 36 5F FB 4E 3E 0 2 E4 60 3C
Octal 66 137 373 116 76 0 2 344 140 74
Binary 110110 1011111 11111011 1001110 111110 0 10 11100100 1100000 111100

Color Harmonies of #365FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FFB

Black with #365FFB

Text Example


Text Example

White with #365FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365FFB; }

 p { color: rgb(54,95,251); }

 H1.HeaderClassName
 {
   color: #365FFB;
 }
 .AnyTagClassName
 {
   color: #365FFB;
 }
</style>

background-color css

<style>
 a { background-color: #365FFB; }

 a { background-color: rgb(54,95,251); }

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

border-color css

<style>
 span { border-color: #365FFB; }

 span { border-color: rgb(54,95,251); }

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