Html Css Color HEX #357FAD Curious Blue

📋 copy color: '#357FAD'

red 53 ◦ green 127 ◦ blue 173

#357FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #357FAD

Tints of Curious Blue #357FAD

RGB

 RED value IS 53 (21.09% from 255) = 15.01%

 GREEN value IS 127 (50% from 255) = 35.98%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 15.01%
G = 35.98%
B = 49.01%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#357FAD (or 0x357FAD) is known color: Curious Blue. HEX triplet: 35, 7F and AD. RGB value is (53,127,173). Sum of RGB (Red+Green+Blue) = 53+127+173=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #357FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357FAD is #CA8052. Grayscale: #6D6D6D. Windows color (decimal): -13271123 or 11370293. OLE color: 11370293.

HSL color Cylindrical-coordinate representation of color #357FAD: hue angle of 203º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357FAD is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 127 173 -
CMYK 0.69 0.27 0 0.32
HSL 203º 0.53% 0.44% -
HSV(B) 203º 0.69% 0.68% -
XYZ 16.6 18.95 42.32 -
YUV 110.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 53 127 173 0.69 0.27 0 0.32 203 0.53 0.44
Hex 35 7F AD 45 1B 0 20 CB 35 2C
Octal 65 177 255 105 33 0 40 313 65 54
Binary 110101 1111111 10101101 1000101 11011 0 100000 11001011 110101 101100

Color Harmonies of #357FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FAD

Black with #357FAD

Text Example


Text Example

White with #357FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #357FAD;
 }
 .AnyTagClassName
 {
   color: #357FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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