Html Css Color HEX #365CEA Royal Blue

📋 copy color: '#365CEA'

red 54 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #365CEA

Tints of Royal Blue #365CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 14.21%
G = 24.21%
B = 61.58%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365CEA (or 0x365CEA) is known color: Royal Blue. HEX triplet: 36, 5C and EA. RGB value is (54,92,234). Sum of RGB (Red+Green+Blue) = 54+92+234=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #365CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CEA is #C9A315. Grayscale: #606060. Windows color (decimal): -13214486 or 15359030. OLE color: 15359030.

HSL color Cylindrical-coordinate representation of color #365CEA: hue angle of 227.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 #365CEA is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 92 234 -
CMYK 0.77 0.61 0 0.08
HSL 227.33º 0.81% 0.56% -
HSV(B) 227.33º 0.77% 0.92% -
XYZ 20.2 14.38 79.55 -
YUV 96.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 54 92 234 0.77 0.61 0 0.08 227.33 0.81 0.56
Hex 36 5C EA 4D 3D 0 8 E3 51 38
Octal 66 134 352 115 75 0 10 343 121 70
Binary 110110 1011100 11101010 1001101 111101 0 1000 11100011 1010001 111000

Color Harmonies of #365CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CEA

Black with #365CEA

Text Example


Text Example

White with #365CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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