Html Css Color HEX #357ECC Curious Blue

📋 copy color: '#357ECC'

red 53 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #357ECC

Tints of Curious Blue #357ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 13.84%
G = 32.9%
B = 53.26%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#357ECC (or 0x357ECC) is known color: Curious Blue. HEX triplet: 35, 7E and CC. RGB value is (53,126,204). Sum of RGB (Red+Green+Blue) = 53+126+204=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #357ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECC is #CA8133. Grayscale: #707070. Windows color (decimal): -13271348 or 13401653. OLE color: 13401653.

HSL color Cylindrical-coordinate representation of color #357ECC: hue angle of 210.99º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357ECC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 126 204 -
CMYK 0.74 0.38 0 0.2
HSL 210.99º 0.6% 0.5% -
HSV(B) 210.99º 0.74% 0.8% -
XYZ 19.83 20.04 59.95 -
YUV 113.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 53 126 204 0.74 0.38 0 0.2 210.99 0.6 0.5
Hex 35 7E CC 4A 26 0 14 D3 3C 32
Octal 65 176 314 112 46 0 24 323 74 62
Binary 110101 1111110 11001100 1001010 100110 0 10100 11010011 111100 110010

Color Harmonies of #357ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ECC

Black with #357ECC

Text Example


Text Example

White with #357ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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