Html Css Color HEX #357AAF Curious Blue

📋 copy color: '#357AAF'

red 53 ◦ green 122 ◦ blue 175

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

Shades of Curious Blue #357AAF

Tints of Curious Blue #357AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 15.14%
G = 34.86%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#357AAF (or 0x357AAF) is known color: Curious Blue. HEX triplet: 35, 7A and AF. RGB value is (53,122,175). Sum of RGB (Red+Green+Blue) = 53+122+175=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #357AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AAF is #CA8550. Grayscale: #6B6B6B. Windows color (decimal): -13272401 or 11500085. OLE color: 11500085.

HSL color Cylindrical-coordinate representation of color #357AAF: hue angle of 206.07º 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 #357AAF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 122 175 -
CMYK 0.70 0.30 0 0.31
HSL 206.07º 0.54% 0.45% -
HSV(B) 206.07º 0.7% 0.69% -
XYZ 16.17 17.77 43.14 -
YUV 107.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 53 122 175 0.70 0.30 0 0.31 206.07 0.54 0.45
Hex 35 7A AF 46 1E 0 1F CE 36 2D
Octal 65 172 257 106 36 0 37 316 66 55
Binary 110101 1111010 10101111 1000110 11110 0 11111 11001110 110110 101101

Color Harmonies of #357AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AAF

Black with #357AAF

Text Example


Text Example

White with #357AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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