Html Css Color HEX #357EBA Curious Blue

📋 copy color: '#357EBA'

red 53 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #357EBA

Tints of Curious Blue #357EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 14.52%
G = 34.52%
B = 50.96%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#357EBA (or 0x357EBA) is known color: Curious Blue. HEX triplet: 35, 7E and BA. RGB value is (53,126,186). Sum of RGB (Red+Green+Blue) = 53+126+186=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #357EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EBA is #CA8145. Grayscale: #6E6E6E. Windows color (decimal): -13271366 or 12222005. OLE color: 12222005.

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

Color convert

RGB 53 126 186 -
CMYK 0.72 0.32 0 0.27
HSL 207.07º 0.56% 0.47% -
HSV(B) 207.07º 0.72% 0.73% -
XYZ 17.79 19.22 49.23 -
YUV 111.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 53 126 186 0.72 0.32 0 0.27 207.07 0.56 0.47
Hex 35 7E BA 48 20 0 1B CF 38 2F
Octal 65 176 272 110 40 0 33 317 70 57
Binary 110101 1111110 10111010 1001000 100000 0 11011 11001111 111000 101111

Color Harmonies of #357EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357EBA

Black with #357EBA

Text Example


Text Example

White with #357EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,126,186); }

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

background-color css

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

 a { background-color: rgb(53,126,186); }

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

border-color css

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

 span { border-color: rgb(53,126,186); }

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