Html Css Color HEX #357CAC Curious Blue

📋 copy color: '#357CAC'

red 53 ◦ green 124 ◦ blue 172

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

Shades of Curious Blue #357CAC

Tints of Curious Blue #357CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 15.19%
G = 35.53%
B = 49.28%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#357CAC (or 0x357CAC) is known color: Curious Blue. HEX triplet: 35, 7C and AC. RGB value is (53,124,172). Sum of RGB (Red+Green+Blue) = 53+124+172=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #357CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CAC is #CA8353. Grayscale: #6B6B6B. Windows color (decimal): -13271892 or 11303989. OLE color: 11303989.

HSL color Cylindrical-coordinate representation of color #357CAC: hue angle of 204.2º degrees, saturation: 0.53, 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 #357CAC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 124 172 -
CMYK 0.69 0.28 0 0.33
HSL 204.2º 0.53% 0.44% -
HSV(B) 204.2º 0.69% 0.67% -
XYZ 16.12 18.15 41.68 -
YUV 108.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 53 124 172 0.69 0.28 0 0.33 204.2 0.53 0.44
Hex 35 7C AC 45 1C 0 21 CC 35 2C
Octal 65 174 254 105 34 0 41 314 65 54
Binary 110101 1111100 10101100 1000101 11100 0 100001 11001100 110101 101100

Color Harmonies of #357CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CAC

Black with #357CAC

Text Example


Text Example

White with #357CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,172); }

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

background-color css

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

 a { background-color: rgb(53,124,172); }

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

border-color css

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

 span { border-color: rgb(53,124,172); }

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