Html Css Color HEX #357ACD Curious Blue

📋 copy color: '#357ACD'

red 53 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #357ACD

Tints of Curious Blue #357ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 13.95%
G = 32.11%
B = 53.95%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#357ACD (or 0x357ACD) is known color: Curious Blue. HEX triplet: 35, 7A and CD. RGB value is (53,122,205). Sum of RGB (Red+Green+Blue) = 53+122+205=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #357ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACD is #CA8532. Grayscale: #6E6E6E. Windows color (decimal): -13272371 or 13466165. OLE color: 13466165.

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

Color convert

RGB 53 122 205 -
CMYK 0.74 0.40 0 0.20
HSL 212.76º 0.6% 0.51% -
HSV(B) 212.76º 0.74% 0.8% -
XYZ 19.45 19.08 60.42 -
YUV 110.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 53 122 205 0.74 0.40 0 0.20 212.76 0.6 0.51
Hex 35 7A CD 4A 28 0 14 D5 3C 33
Octal 65 172 315 112 50 0 24 325 74 63
Binary 110101 1111010 11001101 1001010 101000 0 10100 11010101 111100 110011

Color Harmonies of #357ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ACD

Black with #357ACD

Text Example


Text Example

White with #357ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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