Html Css Color HEX #357CCD Curious Blue

📋 copy color: '#357CCD'

red 53 ◦ green 124 ◦ blue 205

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

Shades of Curious Blue #357CCD

Tints of Curious Blue #357CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 13.87%
G = 32.46%
B = 53.66%

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

#357CCD (or 0x357CCD) is known color: Curious Blue. HEX triplet: 35, 7C and CD. RGB value is (53,124,205). Sum of RGB (Red+Green+Blue) = 53+124+205=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #357CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CCD is #CA8332. Grayscale: #6F6F6F. Windows color (decimal): -13271859 or 13466677. OLE color: 13466677.

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

Color convert

RGB 53 124 205 -
CMYK 0.74 0.40 0 0.20
HSL 211.97º 0.6% 0.51% -
HSV(B) 211.97º 0.74% 0.8% -
XYZ 19.7 19.58 60.5 -
YUV 112.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 53 124 205 0.74 0.40 0 0.20 211.97 0.6 0.51
Hex 35 7C CD 4A 28 0 14 D4 3C 33
Octal 65 174 315 112 50 0 24 324 74 63
Binary 110101 1111100 11001101 1001010 101000 0 10100 11010100 111100 110011

Color Harmonies of #357CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CCD

Black with #357CCD

Text Example


Text Example

White with #357CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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