Html Css Color HEX #357DB9 Curious Blue

📋 copy color: '#357DB9'

red 53 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #357DB9

Tints of Curious Blue #357DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 14.6%
G = 34.44%
B = 50.96%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#357DB9 (or 0x357DB9) is known color: Curious Blue. HEX triplet: 35, 7D and B9. RGB value is (53,125,185). Sum of RGB (Red+Green+Blue) = 53+125+185=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #357DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DB9 is #CA8246. Grayscale: #6E6E6E. Windows color (decimal): -13271623 or 12156213. OLE color: 12156213.

HSL color Cylindrical-coordinate representation of color #357DB9: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357DB9 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 125 185 -
CMYK 0.71 0.32 0 0.27
HSL 207.27º 0.55% 0.47% -
HSV(B) 207.27º 0.71% 0.73% -
XYZ 17.56 18.93 48.63 -
YUV 110.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 53 125 185 0.71 0.32 0 0.27 207.27 0.55 0.47
Hex 35 7D B9 47 20 0 1B CF 37 2F
Octal 65 175 271 107 40 0 33 317 67 57
Binary 110101 1111101 10111001 1000111 100000 0 11011 11001111 110111 101111

Color Harmonies of #357DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357DB9

Black with #357DB9

Text Example


Text Example

White with #357DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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