Html Css Color HEX #357CCE Curious Blue

📋 copy color: '#357CCE'

red 53 ◦ green 124 ◦ blue 206

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

Shades of Curious Blue #357CCE

Tints of Curious Blue #357CCE

RGB

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

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

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

R = 13.84%
G = 32.38%
B = 53.79%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#357CCE (or 0x357CCE) is known color: Curious Blue. HEX triplet: 35, 7C and CE. RGB value is (53,124,206). Sum of RGB (Red+Green+Blue) = 53+124+206=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #357CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CCE is #CA8331. Grayscale: #6F6F6F. Windows color (decimal): -13271858 or 13532213. OLE color: 13532213.

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

Color convert

RGB 53 124 206 -
CMYK 0.74 0.40 0 0.19
HSL 212.16º 0.61% 0.51% -
HSV(B) 212.16º 0.74% 0.81% -
XYZ 19.82 19.63 61.14 -
YUV 112.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 53 124 206 0.74 0.40 0 0.19 212.16 0.61 0.51
Hex 35 7C CE 4A 28 0 13 D4 3D 33
Octal 65 174 316 112 50 0 23 324 75 63
Binary 110101 1111100 11001110 1001010 101000 0 10011 11010100 111101 110011

Color Harmonies of #357CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CCE

Black with #357CCE

Text Example


Text Example

White with #357CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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