Html Css Color HEX #357FCF Curious Blue

📋 copy color: '#357FCF'

red 53 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #357FCF

Tints of Curious Blue #357FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 13.7%
G = 32.82%
B = 53.49%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#357FCF (or 0x357FCF) is known color: Curious Blue. HEX triplet: 35, 7F and CF. RGB value is (53,127,207). Sum of RGB (Red+Green+Blue) = 53+127+207=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #357FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCF is #CA8030. Grayscale: #717171. Windows color (decimal): -13271089 or 13598517. OLE color: 13598517.

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

Color convert

RGB 53 127 207 -
CMYK 0.74 0.39 0 0.19
HSL 211.17º 0.62% 0.51% -
HSV(B) 211.17º 0.74% 0.81% -
XYZ 20.32 20.44 61.91 -
YUV 113.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 53 127 207 0.74 0.39 0 0.19 211.17 0.62 0.51
Hex 35 7F CF 4A 27 0 13 D3 3E 33
Octal 65 177 317 112 47 0 23 323 76 63
Binary 110101 1111111 11001111 1001010 100111 0 10011 11010011 111110 110011

Color Harmonies of #357FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FCF

Black with #357FCF

Text Example


Text Example

White with #357FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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