Html Css Color HEX #356CEE Royal Blue

📋 copy color: '#356CEE'

red 53 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #356CEE

Tints of Royal Blue #356CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 238 (93.36% from 255) = 59.65%

R = 13.28%
G = 27.07%
B = 59.65%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#356CEE (or 0x356CEE) is known color: Royal Blue. HEX triplet: 35, 6C and EE. RGB value is (53,108,238). Sum of RGB (Red+Green+Blue) = 53+108+238=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #356CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CEE is #CA9311. Grayscale: #696969. Windows color (decimal): -13275922 or 15625269. OLE color: 15625269.

HSL color Cylindrical-coordinate representation of color #356CEE: hue angle of 222.16º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356CEE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 108 238 -
CMYK 0.78 0.55 0 0.07
HSL 222.16º 0.84% 0.57% -
HSV(B) 222.16º 0.78% 0.93% -
XYZ 22.26 17.66 83.12 -
YUV 106.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 53 108 238 0.78 0.55 0 0.07 222.16 0.84 0.57
Hex 35 6C EE 4E 37 0 7 DE 54 39
Octal 65 154 356 116 67 0 7 336 124 71
Binary 110101 1101100 11101110 1001110 110111 0 111 11011110 1010100 111001

Color Harmonies of #356CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CEE

Black with #356CEE

Text Example


Text Example

White with #356CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356CEE; }

 p { color: rgb(53,108,238); }

 H1.HeaderClassName
 {
   color: #356CEE;
 }
 .AnyTagClassName
 {
   color: #356CEE;
 }
</style>

background-color css

<style>
 a { background-color: #356CEE; }

 a { background-color: rgb(53,108,238); }

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

border-color css

<style>
 span { border-color: #356CEE; }

 span { border-color: rgb(53,108,238); }

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