Html Css Color HEX #357ECE Curious Blue

📋 copy color: '#357ECE'

red 53 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #357ECE

Tints of Curious Blue #357ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 13.77%
G = 32.73%
B = 53.51%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#357ECE (or 0x357ECE) is known color: Curious Blue. HEX triplet: 35, 7E and CE. RGB value is (53,126,206). Sum of RGB (Red+Green+Blue) = 53+126+206=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #357ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECE is #CA8131. Grayscale: #707070. Windows color (decimal): -13271346 or 13532725. OLE color: 13532725.

HSL color Cylindrical-coordinate representation of color #357ECE: hue angle of 211.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357ECE is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 126 206 -
CMYK 0.74 0.39 0 0.19
HSL 211.37º 0.61% 0.51% -
HSV(B) 211.37º 0.74% 0.81% -
XYZ 20.07 20.13 61.22 -
YUV 113.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 53 126 206 0.74 0.39 0 0.19 211.37 0.61 0.51
Hex 35 7E CE 4A 27 0 13 D3 3D 33
Octal 65 176 316 112 47 0 23 323 75 63
Binary 110101 1111110 11001110 1001010 100111 0 10011 11010011 111101 110011

Color Harmonies of #357ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ECE

Black with #357ECE

Text Example


Text Example

White with #357ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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