#357FCC

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

Shades of Curious Blue #357FCC

Tints of Curious Blue #357FCC

Color information

#357FCC (or 0x357FCC) is unknown color: approx Curious Blue. HEX triplet: 35, 7F and CC. RGB value is (53,127,204). Sum of RGB (Red+Green+Blue) = 53+127+204=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #357FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCC is #CA8033. Grayscale: #717171. Windows color (decimal): -13271092 or 13401909. OLE color: 13401909.

HSL color Cylindrical-coordinate representation of color #357FCC: hue angle of 210.6º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357FCC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53127204-
CMYK0.740.3800.2
HSL210.6º59.68%50.39%-
HSV(B)210.6º74.02%80%-
XYZ19.9620.359.99-
YUV113.65178.9884.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=13.80%
G=33.07%
B=53.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531272040.740.3800.2210.659.6850.39
Hex357FCC4A26014d33c32
Octal65177314112460243237462
Binary110101111111111001100100101010011001010011010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,204); }

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

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

 a { background-color: rgb(53,127,204); }

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

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

 span { border-color: rgb(53,127,204); }

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