Html Css Color HEX #355CEA Royal Blue

📋 copy color: '#355CEA'

red 53 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #355CEA

Tints of Royal Blue #355CEA

RGB

 RED value IS 53 (21.09% from 255) = 13.98%

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

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

R = 13.98%
G = 24.27%
B = 61.74%

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

#355CEA (or 0x355CEA) is known color: Royal Blue. HEX triplet: 35, 5C and EA. RGB value is (53,92,234). Sum of RGB (Red+Green+Blue) = 53+92+234=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #355CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEA is #CAA315. Grayscale: #5F5F5F. Windows color (decimal): -13280022 or 15359029. OLE color: 15359029.

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

Color convert

RGB 53 92 234 -
CMYK 0.77 0.61 0 0.08
HSL 227.07º 0.81% 0.56% -
HSV(B) 227.07º 0.77% 0.92% -
XYZ 20.15 14.35 79.55 -
YUV 96.53 205.58 96.95 -
System Red Green Blue C M Y K H S L
Decimal 53 92 234 0.77 0.61 0 0.08 227.07 0.81 0.56
Hex 35 5C EA 4D 3D 0 8 E3 51 38
Octal 65 134 352 115 75 0 10 343 121 70
Binary 110101 1011100 11101010 1001101 111101 0 1000 11100011 1010001 111000

Color Harmonies of #355CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CEA

Black with #355CEA

Text Example


Text Example

White with #355CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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