Html Css Color HEX #356FCF Royal Blue

📋 copy color: '#356FCF'

red 53 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #356FCF

Tints of Royal Blue #356FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 14.29%
G = 29.92%
B = 55.8%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#356FCF (or 0x356FCF) is known color: Royal Blue. HEX triplet: 35, 6F and CF. RGB value is (53,111,207). Sum of RGB (Red+Green+Blue) = 53+111+207=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #356FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FCF is #CA9030. Grayscale: #686868. Windows color (decimal): -13275185 or 13594421. OLE color: 13594421.

HSL color Cylindrical-coordinate representation of color #356FCF: hue angle of 217.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356FCF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 111 207 -
CMYK 0.74 0.46 0 0.19
HSL 217.4º 0.62% 0.51% -
HSV(B) 217.4º 0.74% 0.81% -
XYZ 18.42 16.63 61.27 -
YUV 104.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 53 111 207 0.74 0.46 0 0.19 217.4 0.62 0.51
Hex 35 6F CF 4A 2E 0 13 D9 3E 33
Octal 65 157 317 112 56 0 23 331 76 63
Binary 110101 1101111 11001111 1001010 101110 0 10011 11011001 111110 110011

Color Harmonies of #356FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FCF

Black with #356FCF

Text Example


Text Example

White with #356FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,111,207); }

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

background-color css

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

 a { background-color: rgb(53,111,207); }

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

border-color css

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

 span { border-color: rgb(53,111,207); }

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