Html Css Color HEX #365FEA Royal Blue

📋 copy color: '#365FEA'

red 54 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #365FEA

Tints of Royal Blue #365FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.1%

R = 14.1%
G = 24.8%
B = 61.1%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365FEA (or 0x365FEA) is known color: Royal Blue. HEX triplet: 36, 5F and EA. RGB value is (54,95,234). Sum of RGB (Red+Green+Blue) = 54+95+234=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #365FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FEA is #C9A015. Grayscale: #616161. Windows color (decimal): -13213718 or 15359798. OLE color: 15359798.

HSL color Cylindrical-coordinate representation of color #365FEA: hue angle of 226.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365FEA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 95 234 -
CMYK 0.77 0.59 0 0.08
HSL 226.33º 0.81% 0.56% -
HSV(B) 226.33º 0.77% 0.92% -
XYZ 20.46 14.91 79.64 -
YUV 98.59 204.42 96.2 -
System Red Green Blue C M Y K H S L
Decimal 54 95 234 0.77 0.59 0 0.08 226.33 0.81 0.56
Hex 36 5F EA 4D 3B 0 8 E2 51 38
Octal 66 137 352 115 73 0 10 342 121 70
Binary 110110 1011111 11101010 1001101 111011 0 1000 11100010 1010001 111000

Color Harmonies of #365FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FEA

Black with #365FEA

Text Example


Text Example

White with #365FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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