Html Css Color HEX #357FC1 Curious Blue

📋 copy color: '#357FC1'

red 53 ◦ green 127 ◦ blue 193

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

Shades of Curious Blue #357FC1

Tints of Curious Blue #357FC1

RGB

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

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

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

R = 14.21%
G = 34.05%
B = 51.74%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#357FC1 (or 0x357FC1) is known color: Curious Blue. HEX triplet: 35, 7F and C1. RGB value is (53,127,193). Sum of RGB (Red+Green+Blue) = 53+127+193=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #357FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FC1 is #CA803E. Grayscale: #707070. Windows color (decimal): -13271103 or 12681013. OLE color: 12681013.

HSL color Cylindrical-coordinate representation of color #357FC1: hue angle of 208.29º 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 #357FC1 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 127 193 -
CMYK 0.73 0.34 0 0.24
HSL 208.29º 0.57% 0.48% -
HSV(B) 208.29º 0.73% 0.76% -
XYZ 18.68 19.79 53.29 -
YUV 112.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 53 127 193 0.73 0.34 0 0.24 208.29 0.57 0.48
Hex 35 7F C1 49 22 0 18 D0 39 30
Octal 65 177 301 111 42 0 30 320 71 60
Binary 110101 1111111 11000001 1001001 100010 0 11000 11010000 111001 110000

Color Harmonies of #357FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FC1

Black with #357FC1

Text Example


Text Example

White with #357FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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