Html Css Color HEX #357BAF Curious Blue

📋 copy color: '#357BAF'

red 53 ◦ green 123 ◦ blue 175

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

Shades of Curious Blue #357BAF

Tints of Curious Blue #357BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 15.1%
G = 35.04%
B = 49.86%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#357BAF (or 0x357BAF) is known color: Curious Blue. HEX triplet: 35, 7B and AF. RGB value is (53,123,175). Sum of RGB (Red+Green+Blue) = 53+123+175=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #357BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BAF is #CA8450. Grayscale: #6B6B6B. Windows color (decimal): -13272145 or 11500341. OLE color: 11500341.

HSL color Cylindrical-coordinate representation of color #357BAF: hue angle of 205.57º 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 #357BAF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 123 175 -
CMYK 0.70 0.30 0 0.31
HSL 205.57º 0.54% 0.45% -
HSV(B) 205.57º 0.7% 0.69% -
XYZ 16.29 18.02 43.18 -
YUV 108 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 53 123 175 0.70 0.30 0 0.31 205.57 0.54 0.45
Hex 35 7B AF 46 1E 0 1F CE 36 2D
Octal 65 173 257 106 36 0 37 316 66 55
Binary 110101 1111011 10101111 1000110 11110 0 11111 11001110 110110 101101

Color Harmonies of #357BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BAF

Black with #357BAF

Text Example


Text Example

White with #357BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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