#357CBD

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

Shades of Curious Blue #357CBD

Tints of Curious Blue #357CBD

Color information

#357CBD (or 0x357CBD) is unknown color: approx Curious Blue. HEX triplet: 35, 7C and BD. RGB value is (53,124,189). Sum of RGB (Red+Green+Blue) = 53+124+189=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #357CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CBD is #CA8342. Grayscale: #6D6D6D. Windows color (decimal): -13271875 or 12418101. OLE color: 12418101.

HSL color Cylindrical-coordinate representation of color #357CBD: hue angle of 208.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357CBD is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53124189-
CMYK0.720.3400.26
HSL208.68º56.2%47.45%-
HSV(B)208.68º71.96%74.12%-
XYZ17.8618.8550.84-
YUV110.18172.4887.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=14.48%
G=33.88%
B=51.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531241890.720.3400.26208.6856.247.45
Hex357CBD482201Ad1382f
Octal65174275110420323217057
Binary110101111110010111101100100010001001101011010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,124,189); }

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

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

 a { background-color: rgb(53,124,189); }

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

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

 span { border-color: rgb(53,124,189); }

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