Html Css Color HEX #357FCC Curious Blue

📋 copy color: '#357FCC'

red 53 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #357FCC

Tints of Curious Blue #357FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 13.8%
G = 33.07%
B = 53.13%

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

#357FCC (or 0x357FCC) is known color: Curious Blue. HEX triplet: 35, 7F and CC. RGB value is (53,127,204). Sum of RGB (Red+Green+Blue) = 53+127+204=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #357FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCC is #CA8033. Grayscale: #717171. Windows color (decimal): -13271092 or 13401909. OLE color: 13401909.

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

Color convert

RGB 53 127 204 -
CMYK 0.74 0.38 0 0.2
HSL 210.6º 0.6% 0.5% -
HSV(B) 210.6º 0.74% 0.8% -
XYZ 19.96 20.3 59.99 -
YUV 113.65 178.98 84.74 -
System Red Green Blue C M Y K H S L
Decimal 53 127 204 0.74 0.38 0 0.2 210.6 0.6 0.5
Hex 35 7F CC 4A 26 0 14 D3 3C 32
Octal 65 177 314 112 46 0 24 323 74 62
Binary 110101 1111111 11001100 1001010 100110 0 10100 11010011 111100 110010

Color Harmonies of #357FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FCC

Black with #357FCC

Text Example


Text Example

White with #357FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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