Html Css Color HEX #357AB1 Curious Blue

📋 copy color: '#357AB1'

red 53 ◦ green 122 ◦ blue 177

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

Shades of Curious Blue #357AB1

Tints of Curious Blue #357AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 177 (69.53% from 255) = 50.28%

R = 15.06%
G = 34.66%
B = 50.28%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#357AB1 (or 0x357AB1) is known color: Curious Blue. HEX triplet: 35, 7A and B1. RGB value is (53,122,177). Sum of RGB (Red+Green+Blue) = 53+122+177=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #357AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AB1 is #CA854E. Grayscale: #6B6B6B. Windows color (decimal): -13272399 or 11631157. OLE color: 11631157.

HSL color Cylindrical-coordinate representation of color #357AB1: hue angle of 206.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357AB1 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 122 177 -
CMYK 0.70 0.31 0 0.31
HSL 206.61º 0.54% 0.45% -
HSV(B) 206.61º 0.7% 0.69% -
XYZ 16.36 17.85 44.18 -
YUV 107.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 53 122 177 0.70 0.31 0 0.31 206.61 0.54 0.45
Hex 35 7A B1 46 1F 0 1F CF 36 2D
Octal 65 172 261 106 37 0 37 317 66 55
Binary 110101 1111010 10110001 1000110 11111 0 11111 11001111 110110 101101

Color Harmonies of #357AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AB1

Black with #357AB1

Text Example


Text Example

White with #357AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,122,177); }

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

background-color css

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

 a { background-color: rgb(53,122,177); }

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

border-color css

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

 span { border-color: rgb(53,122,177); }

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