Html Css Color HEX #357CBA Curious Blue

📋 copy color: '#357CBA'

red 53 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #357CBA

Tints of Curious Blue #357CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 14.6%
G = 34.16%
B = 51.24%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#357CBA (or 0x357CBA) is known color: Curious Blue. HEX triplet: 35, 7C and BA. RGB value is (53,124,186). Sum of RGB (Red+Green+Blue) = 53+124+186=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #357CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CBA is #CA8345. Grayscale: #6D6D6D. Windows color (decimal): -13271878 or 12221493. OLE color: 12221493.

HSL color Cylindrical-coordinate representation of color #357CBA: hue angle of 207.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357CBA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 124 186 -
CMYK 0.72 0.33 0 0.27
HSL 207.97º 0.56% 0.47% -
HSV(B) 207.97º 0.72% 0.73% -
XYZ 17.54 18.72 49.14 -
YUV 109.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 53 124 186 0.72 0.33 0 0.27 207.97 0.56 0.47
Hex 35 7C BA 48 21 0 1B D0 38 2F
Octal 65 174 272 110 41 0 33 320 70 57
Binary 110101 1111100 10111010 1001000 100001 0 11011 11010000 111000 101111

Color Harmonies of #357CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CBA

Black with #357CBA

Text Example


Text Example

White with #357CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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