Html Css Color HEX #357FAA Curious Blue

📋 copy color: '#357FAA'

red 53 ◦ green 127 ◦ blue 170

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

Shades of Curious Blue #357FAA

Tints of Curious Blue #357FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 15.14%
G = 36.29%
B = 48.57%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#357FAA (or 0x357FAA) is known color: Curious Blue. HEX triplet: 35, 7F and AA. RGB value is (53,127,170). Sum of RGB (Red+Green+Blue) = 53+127+170=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #357FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357FAA is #CA8055. Grayscale: #6D6D6D. Windows color (decimal): -13271126 or 11173685. OLE color: 11173685.

HSL color Cylindrical-coordinate representation of color #357FAA: hue angle of 202.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357FAA is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 127 170 -
CMYK 0.69 0.25 0 0.33
HSL 202.05º 0.52% 0.44% -
HSV(B) 202.05º 0.69% 0.67% -
XYZ 16.31 18.84 40.81 -
YUV 109.78 161.98 87.5 -
System Red Green Blue C M Y K H S L
Decimal 53 127 170 0.69 0.25 0 0.33 202.05 0.52 0.44
Hex 35 7F AA 45 19 0 21 CA 34 2C
Octal 65 177 252 105 31 0 41 312 64 54
Binary 110101 1111111 10101010 1000101 11001 0 100001 11001010 110100 101100

Color Harmonies of #357FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FAA

Black with #357FAA

Text Example


Text Example

White with #357FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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