Html Css Color HEX #357ACE Curious Blue

📋 copy color: '#357ACE'

red 53 ◦ green 122 ◦ blue 206

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

Shades of Curious Blue #357ACE

Tints of Curious Blue #357ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

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

R = 13.91%
G = 32.02%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#357ACE (or 0x357ACE) is known color: Curious Blue. HEX triplet: 35, 7A and CE. RGB value is (53,122,206). Sum of RGB (Red+Green+Blue) = 53+122+206=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #357ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACE is #CA8531. Grayscale: #6E6E6E. Windows color (decimal): -13272370 or 13531701. OLE color: 13531701.

HSL color Cylindrical-coordinate representation of color #357ACE: hue angle of 212.94º 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 #357ACE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 122 206 -
CMYK 0.74 0.41 0 0.19
HSL 212.94º 0.61% 0.51% -
HSV(B) 212.94º 0.74% 0.81% -
XYZ 19.57 19.13 61.05 -
YUV 110.95 181.64 86.67 -
System Red Green Blue C M Y K H S L
Decimal 53 122 206 0.74 0.41 0 0.19 212.94 0.61 0.51
Hex 35 7A CE 4A 29 0 13 D5 3D 33
Octal 65 172 316 112 51 0 23 325 75 63
Binary 110101 1111010 11001110 1001010 101001 0 10011 11010101 111101 110011

Color Harmonies of #357ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ACE

Black with #357ACE

Text Example


Text Example

White with #357ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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