Html Css Color HEX #365FD3 Royal Blue

📋 copy color: '#365FD3'

red 54 ◦ green 95 ◦ blue 211

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

Shades of Royal Blue #365FD3

Tints of Royal Blue #365FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.61%

R = 15%
G = 26.39%
B = 58.61%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#365FD3 (or 0x365FD3) is known color: Royal Blue. HEX triplet: 36, 5F and D3. RGB value is (54,95,211). Sum of RGB (Red+Green+Blue) = 54+95+211=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #365FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FD3 is #C9A02C. Grayscale: #5F5F5F. Windows color (decimal): -13213741 or 13852470. OLE color: 13852470.

HSL color Cylindrical-coordinate representation of color #365FD3: hue angle of 224.33º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365FD3 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 54 95 211 -
CMYK 0.74 0.55 0 0.17
HSL 224.33º 0.64% 0.52% -
HSV(B) 224.33º 0.74% 0.83% -
XYZ 17.37 13.67 63.35 -
YUV 95.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 54 95 211 0.74 0.55 0 0.17 224.33 0.64 0.52
Hex 36 5F D3 4A 37 0 11 E0 40 34
Octal 66 137 323 112 67 0 21 340 100 64
Binary 110110 1011111 11010011 1001010 110111 0 10001 11100000 1000000 110100

Color Harmonies of #365FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FD3

Black with #365FD3

Text Example


Text Example

White with #365FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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