#357FCB

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

Shades of Curious Blue #357FCB

Tints of Curious Blue #357FCB

Color information

#357FCB (or 0x357FCB) is unknown color: approx Curious Blue. HEX triplet: 35, 7F and CB. RGB value is (53,127,203). Sum of RGB (Red+Green+Blue) = 53+127+203=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #357FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCB is #CA8034. Grayscale: #717171. Windows color (decimal): -13271093 or 13336373. OLE color: 13336373.

HSL color Cylindrical-coordinate representation of color #357FCB: hue angle of 210.4º degrees, saturation: 0.59, 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 #357FCB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53127203-
CMYK0.740.3700.20
HSL210.4º59.06%50.2%-
HSV(B)210.4º73.89%79.61%-
XYZ19.8420.2559.36-
YUV113.54178.4884.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=13.84%
G=33.16%
B=53.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531272030.740.3700.20210.459.0650.2
Hex357FCB4A25014d23b32
Octal65177313112450243227362
Binary110101111111111001011100101010010101010011010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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