#357ECC

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

Shades of Curious Blue #357ECC

Tints of Curious Blue #357ECC

Color information

#357ECC (or 0x357ECC) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and CC. RGB value is (53,126,204). Sum of RGB (Red+Green+Blue) = 53+126+204=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #357ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECC is #CA8133. Grayscale: #707070. Windows color (decimal): -13271348 or 13401653. OLE color: 13401653.

HSL color Cylindrical-coordinate representation of color #357ECC: hue angle of 210.99º 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 #357ECC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53126204-
CMYK0.740.3800.2
HSL210.99º59.68%50.39%-
HSV(B)210.99º74.02%80%-
XYZ19.8320.0459.95-
YUV113.06179.3285.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=13.84%
G=32.90%
B=53.26%

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
Decimal531262040.740.3800.2210.9959.6850.39
Hex357ECC4A26014d33c32
Octal65176314112460243237462
Binary110101111111011001100100101010011001010011010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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