Html Css Color HEX #356AEF Royal Blue

📋 copy color: '#356AEF'

red 53 ◦ green 106 ◦ blue 239

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

Shades of Royal Blue #356AEF

Tints of Royal Blue #356AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 13.32%
G = 26.63%
B = 60.05%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#356AEF (or 0x356AEF) is known color: Royal Blue. HEX triplet: 35, 6A and EF. RGB value is (53,106,239). Sum of RGB (Red+Green+Blue) = 53+106+239=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #356AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AEF is #CA9510. Grayscale: #686868. Windows color (decimal): -13276433 or 15690293. OLE color: 15690293.

HSL color Cylindrical-coordinate representation of color #356AEF: hue angle of 222.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356AEF is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 106 239 -
CMYK 0.78 0.56 0 0.06
HSL 222.9º 0.85% 0.57% -
HSV(B) 222.9º 0.78% 0.94% -
XYZ 22.2 17.3 83.83 -
YUV 105.32 203.44 90.69 -
System Red Green Blue C M Y K H S L
Decimal 53 106 239 0.78 0.56 0 0.06 222.9 0.85 0.57
Hex 35 6A EF 4E 38 0 6 DF 55 39
Octal 65 152 357 116 70 0 6 337 125 71
Binary 110101 1101010 11101111 1001110 111000 0 110 11011111 1010101 111001

Color Harmonies of #356AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AEF

Black with #356AEF

Text Example


Text Example

White with #356AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,239); }

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

background-color css

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

 a { background-color: rgb(53,106,239); }

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

border-color css

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

 span { border-color: rgb(53,106,239); }

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