Html Css Color HEX #357DC1 Curious Blue

📋 copy color: '#357DC1'

red 53 ◦ green 125 ◦ blue 193

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

Shades of Curious Blue #357DC1

Tints of Curious Blue #357DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 14.29%
G = 33.69%
B = 52.02%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#357DC1 (or 0x357DC1) is known color: Curious Blue. HEX triplet: 35, 7D and C1. RGB value is (53,125,193). Sum of RGB (Red+Green+Blue) = 53+125+193=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #357DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DC1 is #CA823E. Grayscale: #6E6E6E. Windows color (decimal): -13271615 or 12680501. OLE color: 12680501.

HSL color Cylindrical-coordinate representation of color #357DC1: hue angle of 209.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357DC1 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 125 193 -
CMYK 0.73 0.35 0 0.24
HSL 209.14º 0.57% 0.48% -
HSV(B) 209.14º 0.73% 0.76% -
XYZ 18.43 19.27 53.2 -
YUV 111.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 53 125 193 0.73 0.35 0 0.24 209.14 0.57 0.48
Hex 35 7D C1 49 23 0 18 D1 39 30
Octal 65 175 301 111 43 0 30 321 71 60
Binary 110101 1111101 11000001 1001001 100011 0 11000 11010001 111001 110000

Color Harmonies of #357DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357DC1

Black with #357DC1

Text Example


Text Example

White with #357DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,125,193); }

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

background-color css

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

 a { background-color: rgb(53,125,193); }

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

border-color css

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

 span { border-color: rgb(53,125,193); }

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