Html Css Color HEX #365FDA Royal Blue

📋 copy color: '#365FDA'

red 54 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #365FDA

Tints of Royal Blue #365FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 14.71%
G = 25.89%
B = 59.4%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#365FDA (or 0x365FDA) is known color: Royal Blue. HEX triplet: 36, 5F and DA. RGB value is (54,95,218). Sum of RGB (Red+Green+Blue) = 54+95+218=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #365FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FDA is #C9A025. Grayscale: #606060. Windows color (decimal): -13213734 or 14311222. OLE color: 14311222.

HSL color Cylindrical-coordinate representation of color #365FDA: hue angle of 225º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365FDA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 95 218 -
CMYK 0.75 0.56 0 0.15
HSL 225º 0.69% 0.53% -
HSV(B) 225º 0.75% 0.85% -
XYZ 18.27 14.03 68.08 -
YUV 96.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 54 95 218 0.75 0.56 0 0.15 225 0.69 0.53
Hex 36 5F DA 4B 38 0 F E1 45 35
Octal 66 137 332 113 70 0 17 341 105 65
Binary 110110 1011111 11011010 1001011 111000 0 1111 11100001 1000101 110101

Color Harmonies of #365FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FDA

Black with #365FDA

Text Example


Text Example

White with #365FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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