Html Css Color HEX #356BF4 Royal Blue

📋 copy color: '#356BF4'

red 53 ◦ green 107 ◦ blue 244

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

Shades of Royal Blue #356BF4

Tints of Royal Blue #356BF4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 244 (95.7% from 255) = 60.4%

R = 13.12%
G = 26.49%
B = 60.4%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#356BF4 (or 0x356BF4) is known color: Royal Blue. HEX triplet: 35, 6B and F4. RGB value is (53,107,244). Sum of RGB (Red+Green+Blue) = 53+107+244=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #356BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BF4 is #CA940B. Grayscale: #696969. Windows color (decimal): -13276172 or 16018229. OLE color: 16018229.

HSL color Cylindrical-coordinate representation of color #356BF4: hue angle of 223.04º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356BF4 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 107 244 -
CMYK 0.78 0.56 0 0.04
HSL 223.04º 0.9% 0.58% -
HSV(B) 223.04º 0.78% 0.96% -
XYZ 23.06 17.8 87.81 -
YUV 106.47 205.61 89.86 -
System Red Green Blue C M Y K H S L
Decimal 53 107 244 0.78 0.56 0 0.04 223.04 0.9 0.58
Hex 35 6B F4 4E 38 0 4 DF 5A 3A
Octal 65 153 364 116 70 0 4 337 132 72
Binary 110101 1101011 11110100 1001110 111000 0 100 11011111 1011010 111010

Color Harmonies of #356BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BF4

Black with #356BF4

Text Example


Text Example

White with #356BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,244); }

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

background-color css

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

 a { background-color: rgb(53,107,244); }

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

border-color css

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

 span { border-color: rgb(53,107,244); }

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