Html Css Color HEX #357DC8 Curious Blue

📋 copy color: '#357DC8'

red 53 ◦ green 125 ◦ blue 200

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

Shades of Curious Blue #357DC8

Tints of Curious Blue #357DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 14.02%
G = 33.07%
B = 52.91%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#357DC8 (or 0x357DC8) is known color: Curious Blue. HEX triplet: 35, 7D and C8. RGB value is (53,125,200). Sum of RGB (Red+Green+Blue) = 53+125+200=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #357DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DC8 is #CA8237. Grayscale: #6F6F6F. Windows color (decimal): -13271608 or 13139253. OLE color: 13139253.

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

Color convert

RGB 53 125 200 -
CMYK 0.74 0.38 0 0.22
HSL 210.61º 0.58% 0.5% -
HSV(B) 210.61º 0.74% 0.78% -
XYZ 19.23 19.59 57.41 -
YUV 112.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 53 125 200 0.74 0.38 0 0.22 210.61 0.58 0.5
Hex 35 7D C8 4A 26 0 16 D3 3A 32
Octal 65 175 310 112 46 0 26 323 72 62
Binary 110101 1111101 11001000 1001010 100110 0 10110 11010011 111010 110010

Color Harmonies of #357DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357DC8

Black with #357DC8

Text Example


Text Example

White with #357DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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