Html Css Color HEX #357BC1 Curious Blue

📋 copy color: '#357BC1'

red 53 ◦ green 123 ◦ blue 193

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

Shades of Curious Blue #357BC1

Tints of Curious Blue #357BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

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

R = 14.36%
G = 33.33%
B = 52.3%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#357BC1 (or 0x357BC1) is known color: Curious Blue. HEX triplet: 35, 7B and C1. RGB value is (53,123,193). Sum of RGB (Red+Green+Blue) = 53+123+193=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #357BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BC1 is #CA843E. Grayscale: #6D6D6D. Windows color (decimal): -13272127 or 12679989. OLE color: 12679989.

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

Color convert

RGB 53 123 193 -
CMYK 0.73 0.36 0 0.24
HSL 210º 0.57% 0.48% -
HSV(B) 210º 0.73% 0.76% -
XYZ 18.18 18.77 53.12 -
YUV 110.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 53 123 193 0.73 0.36 0 0.24 210 0.57 0.48
Hex 35 7B C1 49 24 0 18 D2 39 30
Octal 65 173 301 111 44 0 30 322 71 60
Binary 110101 1111011 11000001 1001001 100100 0 11000 11010010 111001 110000

Color Harmonies of #357BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BC1

Black with #357BC1

Text Example


Text Example

White with #357BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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