Html Css Color HEX #357FC8 Curious Blue

📋 copy color: '#357FC8'

red 53 ◦ green 127 ◦ blue 200

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

Shades of Curious Blue #357FC8

Tints of Curious Blue #357FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 13.95%
G = 33.42%
B = 52.63%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#357FC8 (or 0x357FC8) is known color: Curious Blue. HEX triplet: 35, 7F and C8. RGB value is (53,127,200). Sum of RGB (Red+Green+Blue) = 53+127+200=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #357FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FC8 is #CA8037. Grayscale: #707070. Windows color (decimal): -13271096 or 13139765. OLE color: 13139765.

HSL color Cylindrical-coordinate representation of color #357FC8: hue angle of 209.8º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357FC8 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 127 200 -
CMYK 0.74 0.36 0 0.22
HSL 209.8º 0.58% 0.5% -
HSV(B) 209.8º 0.74% 0.78% -
XYZ 19.48 20.11 57.5 -
YUV 113.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 53 127 200 0.74 0.36 0 0.22 209.8 0.58 0.5
Hex 35 7F C8 4A 24 0 16 D2 3A 32
Octal 65 177 310 112 44 0 26 322 72 62
Binary 110101 1111111 11001000 1001010 100100 0 10110 11010010 111010 110010

Color Harmonies of #357FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FC8

Black with #357FC8

Text Example


Text Example

White with #357FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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