Html Css Color HEX #365DF2 Royal Blue

📋 copy color: '#365DF2'

red 54 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #365DF2

Tints of Royal Blue #365DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 242 (94.92% from 255) = 62.21%

R = 13.88%
G = 23.91%
B = 62.21%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#365DF2 (or 0x365DF2) is known color: Royal Blue. HEX triplet: 36, 5D and F2. RGB value is (54,93,242). Sum of RGB (Red+Green+Blue) = 54+93+242=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #365DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DF2 is #C9A20D. Grayscale: #616161. Windows color (decimal): -13214222 or 15883574. OLE color: 15883574.

HSL color Cylindrical-coordinate representation of color #365DF2: hue angle of 227.55º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365DF2 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 93 242 -
CMYK 0.78 0.62 0 0.05
HSL 227.55º 0.88% 0.58% -
HSV(B) 227.55º 0.78% 0.95% -
XYZ 21.46 15.02 85.77 -
YUV 98.33 209.08 96.38 -
System Red Green Blue C M Y K H S L
Decimal 54 93 242 0.78 0.62 0 0.05 227.55 0.88 0.58
Hex 36 5D F2 4E 3E 0 5 E4 58 3A
Octal 66 135 362 116 76 0 5 344 130 72
Binary 110110 1011101 11110010 1001110 111110 0 101 11100100 1011000 111010

Color Harmonies of #365DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DF2

Black with #365DF2

Text Example


Text Example

White with #365DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,242); }

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

background-color css

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

 a { background-color: rgb(54,93,242); }

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

border-color css

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

 span { border-color: rgb(54,93,242); }

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