#357BDA

Color #357BDA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #357BDA

Tints of Royal Blue #357BDA

Color information

#357BDA (or 0x357BDA) is unknown color: approx Royal Blue. HEX triplet: 35, 7B and DA. RGB value is (53,123,218). Sum of RGB (Red+Green+Blue) = 53+123+218=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #357BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDA is #CA8425. Grayscale: #707070. Windows color (decimal): -13272102 or 14318389. OLE color: 14318389.

HSL color Cylindrical-coordinate representation of color #357BDA: hue angle of 214.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357BDA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53123218-
CMYK0.760.4400.15
HSL214.55º69.04%53.14%-
HSV(B)214.55º75.69%85.49%-
XYZ21.2119.9869.07-
YUV112.9187.3185.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 218 (85.55% from 255) = 55.33%
R=13.45%
G=31.22%
B=55.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531232180.760.4400.15214.5569.0453.14
Hex357BDA4C2C0Fd74535
Octal651733321145401732710565
Binary110101111101111011010100110010110001111110101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357BDA; }

 p { color: rgb(53,123,218); }

 H1.HeaderClassName
 {
   color: #357BDA;
 }
 .AnyTagClassName
 {
   color: #357BDA;
 }
</style>
background-color css

<style>
 a { background-color: #357BDA; }

 a { background-color: rgb(53,123,218); }

 div.DivClassName
 {
   background-color: #357BDA;
 }
 .BgClassName
 {
   background-color: #357BDA;
 }
</style>
border-color css

<style>
 span { border-color: #357BDA; }

 span { border-color: rgb(53,123,218); }

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