Html Css Color HEX #357DB7 Curious Blue

📋 copy color: '#357DB7'

red 53 ◦ green 125 ◦ blue 183

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

Shades of Curious Blue #357DB7

Tints of Curious Blue #357DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.69%

R = 14.68%
G = 34.63%
B = 50.69%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#357DB7 (or 0x357DB7) is known color: Curious Blue. HEX triplet: 35, 7D and B7. RGB value is (53,125,183). Sum of RGB (Red+Green+Blue) = 53+125+183=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #357DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DB7 is #CA8248. Grayscale: #6D6D6D. Windows color (decimal): -13271625 or 12025141. OLE color: 12025141.

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

Color convert

RGB 53 125 183 -
CMYK 0.71 0.32 0 0.28
HSL 206.77º 0.55% 0.46% -
HSV(B) 206.77º 0.71% 0.72% -
XYZ 17.35 18.84 47.52 -
YUV 110.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 53 125 183 0.71 0.32 0 0.28 206.77 0.55 0.46
Hex 35 7D B7 47 20 0 1C CF 37 2E
Octal 65 175 267 107 40 0 34 317 67 56
Binary 110101 1111101 10110111 1000111 100000 0 11100 11001111 110111 101110

Color Harmonies of #357DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357DB7

Black with #357DB7

Text Example


Text Example

White with #357DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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