#357eaf

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

Shades of Curious Blue #357EAF

Tints of Curious Blue #357EAF

Color information

#357EAF (or 0x357EAF) is unknown color: approx Curious Blue. HEX triplet: 35, 7E and AF. RGB value is (53,126,175). Sum of RGB (Red+Green+Blue) = 53+126+175=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #357EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357EAF is #CA8150. Grayscale: #6D6D6D. Windows color (decimal): -13271377 or 11501109. OLE color: 11501109.

HSL color Cylindrical-coordinate representation of color #357EAF: hue angle of 204.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357EAF is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53126175-
CMYK0.700.2800.31
HSL204.1º53.51%44.71%-
HSV(B)204.1º69.71%68.63%-
XYZ16.6718.7743.3-
YUV109.76164.8287.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=14.97%
G=35.59%
B=49.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531261750.700.2800.31204.153.5144.71
Hex357EAF461C01Fcc362d
Octal65176257106340373146655
Binary11010111111101010111110001101110001111111001100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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